summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libintl.h b/include/libintl.h
index 15fb5bf..b7123a9 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -13,7 +13,7 @@ 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)
+#define gettext_noop(X) X
#ifndef LIBINTL_NO_MACROS
/* if these macros are defined, configure checks will detect libintl as