diff options
author | Andi Gutmans <andi@php.net> | 2000-04-19 08:17:34 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-19 08:17:34 +0000 |
commit | 207167c54ba13f3b86680c93b56b78a97360740a (patch) | |
tree | 4d55adcc389f360f1f1600c895c7d89df3351b1e /Zend/zend_opcode.c | |
parent | 61792f9cc5e457c3b82566b87e583284da995911 (diff) | |
download | php-git-207167c54ba13f3b86680c93b56b78a97360740a.tar.gz |
- Export pass_include() for Windows
Diffstat (limited to 'Zend/zend_opcode.c')
-rw-r--r-- | Zend/zend_opcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 9d05b2cbc5..77474cf3a8 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -304,7 +304,7 @@ int pass_two(zend_op_array *op_array) } -void pass_include_eval(zend_op_array *op_array) +ZEND_API void pass_include_eval(zend_op_array *op_array) { zend_op *opline=op_array->opcodes, *end=opline+op_array->last; |