From 6059daf493d1161a10a729f8c27720438fcff219 Mon Sep 17 00:00:00 2001 From: Cedric Duval Date: Thu, 7 Sep 2006 22:57:03 +0000 Subject: [PATCH] Fixed dcgettext() definition (not used anywhere, but still...) --- gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2