From: Anatol Belski Date: Tue, 20 Jan 2015 10:30:03 +0000 (+0100) Subject: fix declaration X-Git-Tag: PRE_PHP7_REMOVALS~25^2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fb29d3f630842b3fe2ac2b3c030d71007db5c48;p=php fix declaration --- diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index 999dfd3c6c..5165925696 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -187,7 +187,7 @@ typedef struct _zend_ast_decl { } zend_ast_decl; typedef void (*zend_ast_process_t)(zend_ast *ast); -extern zend_ast_process_t zend_ast_process; +extern ZEND_API zend_ast_process_t zend_ast_process; ZEND_API zend_ast *zend_ast_create_zval_ex(zval *zv, zend_ast_attr attr);