aboutsummaryrefslogtreecommitdiff
path: root/gcc/intl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/intl.h')
-rw-r--r--gcc/intl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/intl.h b/gcc/intl.h
index 18f66490c59..80a945b45f8 100644
--- a/gcc/intl.h
+++ b/gcc/intl.h
@@ -48,7 +48,7 @@ extern size_t gcc_gettext_width (const char *);
#endif
#ifndef N_
-# define N_(msgid) (msgid)
+# define N_(msgid) msgid
#endif
#endif /* intl.h */