URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [libintl.h] - Rev 158
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