* intl.h (N_): Remove parentheses.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 4 Sep 2003 00:04:02 +0000 (00:04 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 4 Sep 2003 00:04:02 +0000 (00:04 +0000)
From-SVN: r71041

gcc/ChangeLog
gcc/intl.h

index 0b3248052f16bc9687cdcccc97debd7163b719a1..b908653855729e7d46a3493bf7daebb9a1be635e 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * intl.h (N_): Remove parentheses.
+
 2003-09-03  Bernardo Innocenti  <bernie@develer.com>
 
        * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
index 18f66490c590dc2d076084171248fba37094d0ef..80a945b45f8e0cea175757d3358c82dcb8e10a9a 100644 (file)
@@ -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 */