| 43 # define N_(String) (String) |
43 # define N_(String) (String) |
| 44 # define _(x) (x) |
44 # define _(x) (x) |
| 45 # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural)) |
45 # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural)) |
| 46 #endif |
46 #endif |
| 47 /* |
47 /* |
| 48 * The Singular/Plural/Number ngettext define'd above was taken from |
48 * The Singular/Plural/Number ngettext definition above was taken |
| 49 * an email to the texinfo mailing list by Manuel Guerrero. Thank |
49 * from an email to the texinfo mailing list by Manuel Guerrero. |
| 50 * you Manuel, and thank you Alex's good friend Google. |
50 * Thank you Manuel, and thank you Alex's good friend Google. |
| 51 */ |
51 */ |
| 52 |
52 |
| 53 #ifdef HAVE_ENDIAN_H |
53 #ifdef HAVE_ENDIAN_H |
| 54 # include <endian.h> |
54 # include <endian.h> |
| 55 #endif |
55 #endif |