bjori           Wed Jan 10 14:37:31 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pcre   php_pcre.c 
  Log:
  Fix build on system where HAVE_SETLOCALE is not defined
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.14&r2=1.168.2.9.2.15&diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.168.2.9.2.14 
php-src/ext/pcre/php_pcre.c:1.168.2.9.2.15
--- php-src/ext/pcre/php_pcre.c:1.168.2.9.2.14  Mon Jan  1 09:36:04 2007
+++ php-src/ext/pcre/php_pcre.c Wed Jan 10 14:37:31 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_pcre.c,v 1.168.2.9.2.14 2007/01/01 09:36:04 sebastian Exp $ */
+/* $Id: php_pcre.c,v 1.168.2.9.2.15 2007/01/10 14:37:31 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -214,8 +214,8 @@
                                return pce;
 #if HAVE_SETLOCALE
                        }
-               }
 #endif
+               }
        }
        
        p = regex;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to