jani Mon, 27 Jul 2009 09:23:06 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286391
Log:
- HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/string.c
Modified: php/php-src/branches/PHP_5_3/ext/standard/string.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/string.c 2009-07-27 08:12:05 UTC
(rev 286390)
+++ php/php-src/branches/PHP_5_3/ext/standard/string.c 2009-07-27 09:23:06 UTC
(rev 286391)
@@ -412,12 +412,14 @@
#endif
#ifdef DECIMAL_POINT
REGISTER_NL_LANGINFO_CONSTANT(DECIMAL_POINT);
-#elif defined(RADIXCHAR)
+#endif
+#ifdef RADIXCHAR
REGISTER_NL_LANGINFO_CONSTANT(RADIXCHAR);
#endif
#ifdef THOUSANDS_SEP
REGISTER_NL_LANGINFO_CONSTANT(THOUSANDS_SEP);
-#elif defined(THOUSEP)
+#endif
+#ifdef THOUSEP
REGISTER_NL_LANGINFO_CONSTANT(THOUSEP);
#endif
#ifdef GROUPING
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php