Mercurial > pidgin
comparison src/internal.h @ 8793:d72a23b2bfb5
[gaim-migrate @ 9555]
Methinks this is better.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 24 Apr 2004 11:58:42 +0000 |
| parents | 240c6282f546 |
| children | 5d9c991549cd |
comparison
equal
deleted
inserted
replaced
| 8792:43d6c08d7e96 | 8793:d72a23b2bfb5 |
|---|---|
| 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 |
