From: Stanislav Malyshev Date: Sun, 29 Feb 2004 16:01:21 +0000 (+0000) Subject: add ZEND_API there too for opcode handlers X-Git-Tag: RELEASE_0_2_0~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb21137de140dc97564833efe9e1944c8971619;p=php add ZEND_API there too for opcode handlers --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 25603b845d..b1fd19f8e3 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -73,7 +73,7 @@ typedef struct _zend_execute_data zend_execute_data; typedef int (*opcode_handler_t) (ZEND_OPCODE_HANDLER_ARGS); -extern opcode_handler_t zend_opcode_handlers[512]; +extern ZEND_API opcode_handler_t zend_opcode_handlers[512]; struct _zend_op { opcode_handler_t handler;