summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2015-01-22 14:04:49 -0800
committerSara Golemon <sgolemon@fb.com>2015-01-22 14:04:49 -0800
commitb8e262901e56a4d9a6664d348c9878246579239e (patch)
tree5f5743339dfc1aa5a6425380619f9824207ee331
parent5f61f0b97625c1c2825fb1d915228dac11d95a1f (diff)
downloadphp-git-b8e262901e56a4d9a6664d348c9878246579239e.tar.gz
Add missing ZEND_API tag to declaration of `int zendparse();`
-rw-r--r--Zend/zend_globals_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h
index b8fb763bb3..190905fc6c 100644
--- a/Zend/zend_globals_macros.h
+++ b/Zend/zend_globals_macros.h
@@ -36,7 +36,7 @@ BEGIN_EXTERN_C()
# define CG(v) (compiler_globals.v)
extern ZEND_API struct _zend_compiler_globals compiler_globals;
#endif
-int zendparse(void);
+ZEND_API int zendparse(void);
/* Executor */