Fix build on system where HAVE_SETLOCALE is not defined

This commit is contained in:
Hannes Magnusson 2007-01-10 14:37:31 +00:00
parent 48b4cb96e0
commit 5d75262062

View File

@ -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;