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:
parent
a2f0faf1fe
commit
11e46add0f
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user