#define YYBYACC 1
#line 2 "parser.y"
#include "string.h"
+#ifdef _MSC_VER
+#include <io.h>
+#endif
#include "wx/expr.h"
#ifndef __EXTERN_C__
#define yystacksize YYSTACKSIZE
#line 118 "parser.y"
+#ifdef IDE_INVOKED
+#include "../common/doslex.c"
+#else
#include "../common/lex_yy.c"
+#endif
/*
void yyerror(s)