aboutsummaryrefslogtreecommitdiff
path: root/src/include/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gettext.h')
-rw-r--r--src/include/gettext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gettext.h b/src/include/gettext.h
index 4b318c87..c89197cf 100644
--- a/src/include/gettext.h
+++ b/src/include/gettext.h
@@ -32,7 +32,7 @@
32 later inclusions of <locale.h> a NOP. We don't include <libintl.h> 32 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
33 as well because people using "gettext.h" will not include <libintl.h>, 33 as well because people using "gettext.h" will not include <libintl.h>,
34 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h> 34 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
35 is OK. */ 35 is GNUNET_OK. */
36#if defined(__sun) 36#if defined(__sun)
37# include <locale.h> 37# include <locale.h>
38#endif 38#endif
@@ -51,7 +51,7 @@
51 ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) 51 ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2))
52# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ 52# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
53 ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2)) 53 ((N) == 1 ? (const char *) (Msgid1) : (const char *) (Msgid2))
54/* slight modification here to avoid warnings: generate NO code, 54/* slight modification here to avoid warnings: generate GNUNET_NO code,
55 not even the cast... */ 55 not even the cast... */
56# define textdomain(Domainname) 56# define textdomain(Domainname)
57# define bindtextdomain(Domainname, Dirname) 57# define bindtextdomain(Domainname, Dirname)