]> granicus.if.org Git - php/commitdiff
Fix build on system where HAVE_SETLOCALE is not defined
authorHannes Magnusson <bjori@php.net>
Wed, 10 Jan 2007 14:37:31 +0000 (14:37 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 10 Jan 2007 14:37:31 +0000 (14:37 +0000)
ext/pcre/php_pcre.c

index ad2321ad7ac60ad9237887d35aa605e24b729c85..bd1383b43ae8261bd2f1743d8643649d2200db32 100644 (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;