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