add ZEND_API there too for opcode handlers

This commit is contained in:
Stanislav Malyshev 2004-02-29 16:01:21 +00:00
parent ed242f7e9e
commit edb21137de

View File

@ -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;