Hi, i have a lex and yacc file which compiles fine on linux. When i try to compile it on windows using Visual c++ using the lex.yy.c & y.tab.c files i get the following error:
program1.y(184) : error C2059: syntax error : '<'
line 184 is
#define YYLAST 95