mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
More ifdefs, just in case.
This commit is contained in:
@@ -346,11 +346,21 @@ PHP_MINIT_FUNCTION(nl_langinfo)
|
||||
#ifdef THOUSEP
|
||||
REGISTER_NL_LANGINFO_CONSTANT(THOUSEP);
|
||||
#endif
|
||||
#ifdef GROUPING
|
||||
REGISTER_NL_LANGINFO_CONSTANT(GROUPING);
|
||||
#endif
|
||||
#ifdef YESEXPR
|
||||
REGISTER_NL_LANGINFO_CONSTANT(YESEXPR);
|
||||
#endif
|
||||
#ifdef NOEXPR
|
||||
REGISTER_NL_LANGINFO_CONSTANT(NOEXPR);
|
||||
#endif
|
||||
#ifdef YESSTR
|
||||
REGISTER_NL_LANGINFO_CONSTANT(YESSTR);
|
||||
#endif
|
||||
#ifdef NOSTR
|
||||
REGISTER_NL_LANGINFO_CONSTANT(NOSTR);
|
||||
#endif
|
||||
#ifdef CODESET
|
||||
REGISTER_NL_LANGINFO_CONSTANT(CODESET);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user