mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
fix inconsistent dll linkage
This commit is contained in:
parent
545b364d56
commit
8e528b2792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user