[packages] gettext: remove duplicate defines, thanks hlu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24733 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4ddbb567e9
commit
3f0fd4a36f
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gettext
|
PKG_NAME:=gettext
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
#define gettext(String) (String)
|
#define gettext(String) (String)
|
||||||
#define dgettext(Domain, String) (String)
|
#define dgettext(Domain, String) (String)
|
||||||
#define dcgettext(Domain, String, Type) (String)
|
#define dcgettext(Domain, String, Type) (String)
|
||||||
#define dgettext(Domain, String) (String)
|
|
||||||
#define dcgettext(Domain, String, Type) (String)
|
|
||||||
|
|
||||||
#define ngettext(Singular, Plural, Count) \
|
#define ngettext(Singular, Plural, Count) \
|
||||||
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
|
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user