diff options
Diffstat (limited to 'gettext.h')
-rw-r--r-- | gettext.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ On pre-ANSI systems without 'const', the config.h file is supposed to contain "#define const". */ # undef gettext -# define gettext(Msgid) ((const char *) (Msgid)) +# define gettext(Msgid) ((char *) (Msgid)) # undef dgettext # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) # undef dcgettext |