gettext: remove () around the N_ macro to fix packages that concantenate strings...
authorFelix Fietkau <[email protected]>
Tue, 1 Feb 2011 20:31:38 +0000 (20:31 +0000)
committerFelix Fietkau <[email protected]>
Tue, 1 Feb 2011 20:31:38 +0000 (20:31 +0000)
SVN-Revision: 25289

libs/gettext/src/include/libintl.h

index 0e13c1a469d471368698ae133480f89c8aee3257..f101343d44ac15609b2f667bf55947a78c696ace 100644 (file)
@@ -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) */