From 4efba9ef9d6dfc6907bace8034321b4b8b6418d9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 26 Apr 2002 10:13:45 +0000 Subject: Improve use of module_globals macros --- ext/mbstring/php_mbregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index ecf57fa0b1..147d464b38 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -30,7 +30,7 @@ #if HAVE_MBREGEX -extern ZEND_DECLARE_MODULE_GLOBALS(mbstring) +ZEND_EXTERN_MODULE_GLOBALS(mbstring) /* * string buffer -- cgit v1.2.1