* intl.h (N_): Remove parentheses.

From-SVN: r71041
This commit is contained in:
Rainer Orth 2003-09-04 00:04:02 +00:00 committed by Rainer Orth
parent 43fe31f6f9
commit 9a57322b4f
2 changed files with 5 additions and 1 deletions

View 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.

View 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 */