summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-01-16 09:44:10 +0300
committerDmitry Stogov <dmitry@zend.com>2018-01-16 09:44:10 +0300
commit1e783db6790e0b94d6bdb58779c72c71cd2c3a5e (patch)
treee913a7fe544519c6e9da9e3406d922baea41f18d /Zend/zend_variables.c
parent022e029984b431c014545630d4dfac811607754b (diff)
downloadphp-git-1e783db6790e0b94d6bdb58779c72c71cd2c3a5e.tar.gz
Put ZEND_FASTCALL into the proper place.
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r--Zend/zend_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c
index f612a4836d..f92a500dbd 100644
--- a/Zend/zend_variables.c
+++ b/Zend/zend_variables.c
@@ -44,7 +44,7 @@ static void ZEND_FASTCALL zend_ast_ref_destroy_wrapper(zend_ast_ref *ast ZEND_FI
# define zend_ast_ref_destroy_wrapper zend_ast_ref_destroy
#endif
-typedef void ZEND_FASTCALL (*zend_zval_dtor_func_t)(zend_refcounted *p);
+typedef void (ZEND_FASTCALL *zend_zval_dtor_func_t)(zend_refcounted *p);
static const zend_zval_dtor_func_t zend_zval_dtor_func[] = {
/* IS_UNDEF */ (zend_zval_dtor_func_t)zend_empty_destroy,