src/internal.h

changeset 8793
b3d9dc61831a
parent 8790
3d6d2e2f6296
child 9999
86e89e1dee10
equal deleted inserted replaced
8792:b0645c9dc276 8793:b3d9dc61831a
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

mercurial