gettext: remove () around the N_ macro to fix packages that concantenate strings...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 20:31:38 +0000 (20:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 20:31:38 +0000 (20:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25289 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/gettext/src/include/libintl.h

index 0e13c1a..f101343 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) */