mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix build on system where HAVE_SETLOCALE is not defined
This commit is contained in:
parent
48b4cb96e0
commit
5d75262062
@ -214,8 +214,8 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_le
|
||||
return pce;
|
||||
#if HAVE_SETLOCALE
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
p = regex;
|
||||
|
Loading…
Reference in New Issue
Block a user