OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [userland/] [route/] [intl.h] - Blame information for rev 1779

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 simons
/* Dummy header for libintl.h */
2
 
3
#if I18N
4
#undef __OPTIMIZE__
5
#include <libintl.h>
6
#define _(String) gettext((String))
7
#define N_(String) (String)
8
#else
9
#define _(String) (String)
10
#define N_(String) (String)
11
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.