1
0
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:
Anatol Belski
2015-01-20 11:30:03 +01:00
parent 47b7d90703
commit 8fb29d3f63

View File

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