- fixed to compile on windows...^^>

This commit is contained in:
faded 2003-03-11 10:44:30 +00:00
parent b8b43792a5
commit 99c0669262

View file

@ -1,7 +1,9 @@
%start WholeEnchilada
%{
#ifndef _WIN32
#include "yy_nvparse.h"
#endif
void yyerror(char* s);
int yylex ( void );