]> granicus.if.org Git - php/commitdiff
Put ZEND_FASTCALL into the proper place.
authorDmitry Stogov <dmitry@zend.com>
Tue, 16 Jan 2018 06:44:10 +0000 (09:44 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 16 Jan 2018 06:44:10 +0000 (09:44 +0300)
Zend/zend_variables.c

index f612a4836daf4d02daee5a828a382ccd3317adfe..f92a500dbd774353cef3539f5599f88ecc1d0c17 100644 (file)
@@ -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,