mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
fix declaration
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user