1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fix compile error if _GNU_SOURCE is defined

This commit is contained in:
Scott MacVicar
2008-05-09 12:58:50 +00:00
parent 77a0bed0d8
commit a2ef7d48d0

View File

@@ -627,14 +627,12 @@ PHP_FUNCTION(nl_langinfo)
#endif
#ifdef DECIMAL_POINT
case DECIMAL_POINT:
#endif
#ifdef RADIXCHAR
#elif defined(RADIXCHAR)
case RADIXCHAR:
#endif
#ifdef THOUSANDS_SEP
case THOUSANDS_SEP:
#endif
#ifdef THOUSEP
#elif defined(THOUSEP)
case THOUSEP:
#endif
#ifdef GROUPING