mirror of
https://github.com/php/php-src.git
synced 2024-12-21 07:51:23 +08:00
add ZEND_API there too for opcode handlers
This commit is contained in:
parent
ed242f7e9e
commit
edb21137de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user