From: Hannes Magnusson Date: Wed, 10 Jan 2007 14:37:31 +0000 (+0000) Subject: Fix build on system where HAVE_SETLOCALE is not defined X-Git-Tag: php-5.2.1RC3~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d75262062044fa61e243eee117253a709a76a03;p=php Fix build on system where HAVE_SETLOCALE is not defined --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index ad2321ad7a..bd1383b43a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -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;