fix inconsistent dll linkage

This commit is contained in:
Anatol Belski 2015-08-02 16:26:48 +02:00
parent 545b364d56
commit 8e528b2792

View File

@ -23,6 +23,11 @@ static int yyerror(const char *msg);
ZEND_EXTERN_MODULE_GLOBALS(phpdbg);
#ifdef _MSC_VER
#define YYMALLOC malloc
#define YYFREE free
#endif
%}
%pure-parser