diff options
Diffstat (limited to 'argp/argp-parse.c')
-rw-r--r-- | argp/argp-parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/argp/argp-parse.c b/argp/argp-parse.c index 5a5146fba3..6d5f08cf83 100644 --- a/argp/argp-parse.c +++ b/argp/argp-parse.c @@ -35,7 +35,8 @@ # include <libintl.h> # ifdef _LIBC # undef dgettext -# define dgettext(domain, msgid) __dcgettext (domain, msgid, LC_MESSAGES) +# define dgettext(domain, msgid) \ + INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES) # endif # else # define dgettext(domain, msgid) (msgid) |