rasmus Wed, 02 Jun 2010 19:26:10 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=300105
Log: vim fail Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/string.c U php/php-src/branches/PHP_5_3/ext/standard/string.c U php/php-src/trunk/ext/standard/string.c Modified: php/php-src/branches/PHP_5_2/ext/standard/string.c =================================================================== --- php/php-src/branches/PHP_5_2/ext/standard/string.c 2010-06-02 19:24:36 UTC (rev 300104) +++ php/php-src/branches/PHP_5_2/ext/standard/string.c 2010-06-02 19:26:10 UTC (rev 300105) @@ -40,9 +40,9 @@ /* * This define is here because some versions of libintl redefine setlocale * to point to libintl_setlocale. That's a ridiculous thing to do as far - * as * I am concerned, but with this define and the subsequent undef we - * limit * the damage to just the actual setlocale() call in this file - * without * turning zif_setlocale into zif_libintl_setlocale. -Rasmus + * as I am concerned, but with this define and the subsequent undef we + * limit the damage to just the actual setlocale() call in this file + * without turning zif_setlocale into zif_libintl_setlocale. -Rasmus */ #define php_my_setlocale setlocale #ifdef HAVE_LIBINTL Modified: php/php-src/branches/PHP_5_3/ext/standard/string.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/string.c 2010-06-02 19:24:36 UTC (rev 300104) +++ php/php-src/branches/PHP_5_3/ext/standard/string.c 2010-06-02 19:26:10 UTC (rev 300105) @@ -39,9 +39,9 @@ /* * This define is here because some versions of libintl redefine setlocale * to point to libintl_setlocale. That's a ridiculous thing to do as far - * as * I am concerned, but with this define and the subsequent undef we - * limit * the damage to just the actual setlocale() call in this file - * without * turning zif_setlocale into zif_libintl_setlocale. -Rasmus + * as I am concerned, but with this define and the subsequent undef we + * limit the damage to just the actual setlocale() call in this file + * without turning zif_setlocale into zif_libintl_setlocale. -Rasmus */ #define php_my_setlocale setlocale #ifdef HAVE_LIBINTL Modified: php/php-src/trunk/ext/standard/string.c =================================================================== --- php/php-src/trunk/ext/standard/string.c 2010-06-02 19:24:36 UTC (rev 300104) +++ php/php-src/trunk/ext/standard/string.c 2010-06-02 19:26:10 UTC (rev 300105) @@ -39,9 +39,9 @@ /* * This define is here because some versions of libintl redefine setlocale * to point to libintl_setlocale. That's a ridiculous thing to do as far - * as * I am concerned, but with this define and the subsequent undef we - * limit * the damage to just the actual setlocale() call in this file - * without * turning zif_setlocale into zif_libintl_setlocale. -Rasmus + * as I am concerned, but with this define and the subsequent undef we + * limit the damage to just the actual setlocale() call in this file + * without turning zif_setlocale into zif_libintl_setlocale. -Rasmus */ #define php_my_setlocale setlocale #ifdef HAVE_LIBINTL
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php