aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-09-04 00:04:02 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-09-04 00:04:02 +0000
commit9a57322b4f8218b27959e3895035e649999c404f (patch)
treec24740db9d2bfffa23361d33e0b33a728d658092 /gcc
parent43fe31f6f972f1aac0bab077f28363b76c3bfcab (diff)
downloadgcc-9a57322b4f8218b27959e3895035e649999c404f.zip
gcc-9a57322b4f8218b27959e3895035e649999c404f.tar.gz
gcc-9a57322b4f8218b27959e3895035e649999c404f.tar.bz2
* intl.h (N_): Remove parentheses.
From-SVN: r71041
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/intl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0b32480..b908653 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/intl.h b/gcc/intl.h
index 18f6649..80a945b 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 */