]> granicus.if.org Git - php/commitdiff
vim fail
authorRasmus Lerdorf <rasmus@php.net>
Wed, 2 Jun 2010 19:26:10 +0000 (19:26 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 2 Jun 2010 19:26:10 +0000 (19:26 +0000)
ext/standard/string.c

index 89f2eb77a5b32fbd025a6de6e7aa9bd43180994e..6e0b298101849c5acb12a223cd01b9cc8b9b5577 100644 (file)
@@ -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