diff options
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r-- | ext/gmp/php_gmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index bba228a838..ca3f404d68 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -95,7 +95,7 @@ ZEND_END_MODULE_GLOBALS(gmp) #ifdef ZTS #define GMPG(v) ZEND_TSRMG(gmp_globals_id, zend_gmp_globals *, v) #ifdef COMPILE_DL_GMP -ZEND_TSRMLS_CACHE_EXTERN; +ZEND_TSRMLS_CACHE_EXTERN(); #endif #else #define GMPG(v) (gmp_globals.v) |