- fixed to compile on windows...^^>
This commit is contained in:
parent
b8b43792a5
commit
99c0669262
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
%start WholeEnchilada
|
%start WholeEnchilada
|
||||||
%{
|
%{
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
#include "yy_nvparse.h"
|
#include "yy_nvparse.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
void yyerror(char* s);
|
void yyerror(char* s);
|
||||||
int yylex ( void );
|
int yylex ( void );
|
||||||
|
|
Loading…
Reference in a new issue