From: Cedric Duval Date: Thu, 7 Sep 2006 22:57:03 +0000 (+0000) Subject: Fixed dcgettext() definition (not used anywhere, but still...) X-Git-Tag: upstream/0.6.1~2^2~82 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=6059daf493d1161a10a729f8c27720438fcff219;hp=7aea61d073e1e1d86f940ccd58b40a8c5badfca7;p=pkg%2Fabook.git Fixed dcgettext() definition (not used anywhere, but still...) --- diff --git a/gettext.h b/gettext.h index 60cd357..3c9414a 100644 --- a/gettext.h +++ b/gettext.h @@ -7,7 +7,7 @@ const char *sgettext(const char *msgid); /* Strip context prefix */ # include # else # define gettext(Msgid) ((const char *) (Msgid)) -# define dcgettext(Domainname, Msgid, Category) do {} while (0) +# define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) # define textdomain(Domainname) do {} while(0) # define bindtextdomain(Domainname, Dirname) do {} while(0) # endif /* ENABLE_NLS */