From: Antony Dovgal Date: Wed, 10 May 2006 14:00:36 +0000 (+0000) Subject: add missing ZEND_API to the implementation X-Git-Tag: php-5.2.0RC1~616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f93228cb7b29e38d89b1574c5bf44b3d1005387;p=php add missing ZEND_API to the implementation --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 1330f295d0..0e07fdd2bf 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -104,7 +104,7 @@ int zend_auto_global_arm(zend_auto_global *auto_global TSRMLS_DC) } -int zend_auto_global_disable_jit(char *varname, zend_uint varname_length TSRMLS_DC) +ZEND_API int zend_auto_global_disable_jit(char *varname, zend_uint varname_length TSRMLS_DC) { zend_auto_global *auto_global;