summaryrefslogtreecommitdiff
path: root/Zend/zend_vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_vm.h')
-rw-r--r--Zend/zend_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h
index c2444ec88d..de2e2cad8d 100644
--- a/Zend/zend_vm.h
+++ b/Zend/zend_vm.h
@@ -21,7 +21,7 @@
#ifndef ZEND_VM_H
#define ZEND_VM_H
-ZEND_API void zend_vm_use_old_executor();
+ZEND_API void zend_vm_use_old_executor(void);
ZEND_API void zend_vm_set_opcode_handler(zend_op* opcode);
#define ZEND_VM_SET_OPCODE_HANDLER(opline) zend_vm_set_opcode_handler(opline)