From a259f797bfbca4b69a38bf38d0a0277368d41488 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 2 Jun 2010 19:26:10 +0000 Subject: [PATCH] vim fail --- ext/standard/string.c | 6 +++--- 1 file 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 -- 2.50.1