URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [libintl.h] - Rev 207
Compare with Previous | Blame | View Log
/* temporary internal libintl.h to ignore message translation for now */ #ifndef _LIBINTL_H #define _LIBINTL_H 1 #undef _ #define _(x) (x) #endif