projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaee3a9
)
gettext: remove () around the N_ macro to fix packages that concantenate strings...
author
Felix Fietkau
<
[email protected]
>
Tue, 1 Feb 2011 20:31:38 +0000
(20:31 +0000)
committer
Felix Fietkau
<
[email protected]
>
Tue, 1 Feb 2011 20:31:38 +0000
(20:31 +0000)
SVN-Revision: 25289
libs/gettext/src/include/libintl.h
patch
|
blob
|
history
diff --git
a/libs/gettext/src/include/libintl.h
b/libs/gettext/src/include/libintl.h
index 0e13c1a469d471368698ae133480f89c8aee3257..f101343d44ac15609b2f667bf55947a78c696ace 100644
(file)
--- a/
libs/gettext/src/include/libintl.h
+++ b/
libs/gettext/src/include/libintl.h
@@
-42,7
+42,7
@@
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
#define _(String) (String)
-#define N_(String)
(String)
+#define N_(String)
String
#ifndef _LOCALE_H
/* #define setlocale(Category, Locale) ((char *)NULL) */