projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab85a4c
)
Removed braces around the expansion of N_()
author
Sergey Poznyakoff
<gray@gnu.org.ua>
Mon, 24 Jan 2005 10:06:11 +0000
(10:06 +0000)
committer
Sergey Poznyakoff
<gray@gnu.org.ua>
Mon, 24 Jan 2005 10:06:11 +0000
(10:06 +0000)
lib/argp-parse.c
patch
|
blob
|
history
diff --git
a/lib/argp-parse.c
b/lib/argp-parse.c
index 85e6b9033e0d3fed574eeb99c8725d6f48c68bd3..beb41d978c1997e61da65d87d214dda34a8a6907 100644
(file)
--- a/
lib/argp-parse.c
+++ b/
lib/argp-parse.c
@@
-38,7
+38,7
@@
#else
# include "gettext.h"
#endif
-#define N_(msgid)
(msgid)
+#define N_(msgid)
msgid
#include "argp.h"
#include "argp-namefrob.h"