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/?p=pkg%2Fabook.git;a=commitdiff_plain;h=6059daf493d1161a10a729f8c27720438fcff219 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 */