From: Rasmus Lerdorf <rasmus@php.net>
Date: Wed, 2 Jun 2010 19:26:10 +0000 (+0000)
Subject: vim fail
X-Git-Tag: php-5.3.3RC1~80
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a259f797bfbca4b69a38bf38d0a0277368d41488;p=php

vim fail
---

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