* intl.h (N_): Remove parentheses.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Sep 2003 00:04:02 +0000 (00:04 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Sep 2003 00:04:02 +0000 (00:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71041 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/intl.h

index 0b32480..b908653 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 18f6649..80a945b 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 */