Retro68/gcc/newlib/libc/sys/linux/libintl.h
Wolfgang Thaller d464252791 re-add newlib
2017-04-11 23:13:36 +02:00

10 lines
154 B
C

/* temporary internal libintl.h to ignore message translation for now */
#ifndef _LIBINTL_H
#define _LIBINTL_H 1
#undef _
#define _(x) (x)
#endif