diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2010-06-02 19:26:10 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2010-06-02 19:26:10 +0000 |
commit | a259f797bfbca4b69a38bf38d0a0277368d41488 (patch) | |
tree | 58ab2b016b1468f47d180c3617d4a3936a3246cf | |
parent | 6ba6263817f69eb4dbe5a88067240b5a86f3ace0 (diff) | |
download | php-git-a259f797bfbca4b69a38bf38d0a0277368d41488.tar.gz |
vim fail
-rw-r--r-- | ext/standard/string.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 89f2eb77a5..6e0b298101 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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 |