summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_execute.c')
-rw-r--r--Zend/zend_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c
index 49b2c5add0..2f93f28791 100644
--- a/Zend/zend_execute.c
+++ b/Zend/zend_execute.c
@@ -49,7 +49,7 @@
#define _UNUSED_CODE 3
#define _CV_CODE 4
-typedef int ZEND_FASTCALL (*incdec_t)(zval *);
+typedef int (ZEND_FASTCALL *incdec_t)(zval *);
#define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_free, type)
#define get_zval_ptr_deref(op_type, node, ex, should_free, type) _get_zval_ptr_deref(op_type, node, ex, should_free, type)