mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
vim fail
This commit is contained in:
parent
2c342f16c1
commit
2c9ec4c22f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user