summaryrefslogtreecommitdiff
path: root/Zend/zend_vm.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-21 00:35:15 +0000
committerJani Taskinen <jani@php.net>2007-07-21 00:35:15 +0000
commit226c56fe76b3a63c13dc47e4f97b1862d070affc (patch)
tree1a7ca8daf5d9b3ca0d92b29611c421eab7fc26b9 /Zend/zend_vm.h
parentbffb8c406c6810c20e14e0ab75abd1ad446cae45 (diff)
downloadphp-git-226c56fe76b3a63c13dc47e4f97b1862d070affc.tar.gz
MFH: Fixed compiler warnings
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)