projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fe31f
)
* intl.h (N_): Remove parentheses.
author
Rainer Orth
<ro@TechFak.Uni-Bielefeld.DE>
Thu, 4 Sep 2003 00:04:02 +0000
(
00:04
+0000)
committer
Rainer Orth
<ro@gcc.gnu.org>
Thu, 4 Sep 2003 00:04:02 +0000
(
00:04
+0000)
From-SVN: r71041
gcc/ChangeLog
patch
|
blob
|
history
gcc/intl.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0b3248052f16bc9687cdcccc97debd7163b719a1..b908653855729e7d46a3493bf7daebb9a1be635e 100644
(file)
--- 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 18f66490c590dc2d076084171248fba37094d0ef..80a945b45f8e0cea175757d3358c82dcb8e10a9a 100644
(file)
--- 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 */