1
0
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:
Wez Furlong
2001-07-05 10:53:15 +00:00
parent ca9c4b3753
commit 4948cb1691

View File

@@ -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