Add missing ZEND_API tag to declaration of int zendparse();

This commit is contained in:
Sara Golemon 2015-01-22 14:04:49 -08:00 committed by Sara Golemon
parent 5f61f0b976
commit b8e262901e

View File

@ -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 */