gettext: remove () around the N_ macro to fix packages that concantenate strings passed through it (fixes elfutils compile)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25289 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-01 20:31:38 +00:00
parent a2f0faf1fe
commit 11e46add0f

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