]> granicus.if.org Git - php/commitdiff
add ZEND_API there too for opcode handlers
authorStanislav Malyshev <stas@php.net>
Sun, 29 Feb 2004 16:01:21 +0000 (16:01 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 29 Feb 2004 16:01:21 +0000 (16:01 +0000)
Zend/zend_compile.h

index 25603b845df8f5f8b894102f2e9b965346836dce..b1fd19f8e3699f2ba9a34278e1a36452a672487f 100644 (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;