summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libintl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libintl.h b/include/libintl.h
index 4a91aba..2a8e18b 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -12,6 +12,7 @@ char *textdomain(const char *domainname);
char *bind_textdomain_codeset(const char *domainname, const char *codeset);
char *bindtextdomain(const char *domainname, const char *dirname);
+#undef gettext_noop
#define gettext_noop(X) (X)
#ifndef LIBINTL_NO_MACROS