diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-14 19:04:29 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-14 19:04:29 +0000 |
commit | 6841184abc023db230e00ba8832d5cfd324febd3 (patch) | |
tree | 6b95ce5817e22875d3d0ac4587ac286ece1fa787 /ext/mbstring/php_mbregex.c | |
parent | dac0b6fc4f729f7cc3f1cae1ef116e9c258cdd45 (diff) | |
download | php-git-6841184abc023db230e00ba8832d5cfd324febd3.tar.gz |
Fix build
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r-- | ext/mbstring/php_mbregex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 2332a0ab0b..867d724944 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -34,7 +34,7 @@ ZEND_EXTERN_MODULE_GLOBALS(mbstring) #ifdef ZTS -static MUTEX_T mbregex_locale_mutex = NULL; +MUTEX_T mbregex_locale_mutex = NULL; #endif /* |