]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/dosyacc.c
wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.
[wxWidgets.git] / contrib / src / deprecated / dosyacc.c
index aa79d52bd8a4cf2e98e56a0c78d64bf8a4c563a0..f4545a071b8fc93946292de44f8688d5ccd1b608 100644 (file)
@@ -1,10 +1,7 @@
 /* include platform.h first to get __WIN32__ definition */
 #include "wx/platform.h"
-#if defined(__WIN32__) || defined(__GNUWIN32__)
-/* all Win32 compilers can handle C++ comments, and C++ comments
-   is the only C++ in setup.h */
 #include "wx/setup.h"
-#endif
+#include "wx/deprecated/setup.h"
 
 #if !defined(wxUSE_PROLOGIO) || wxUSE_PROLOGIO
 
@@ -218,11 +215,7 @@ YYSTYPE yyvs[YYSTACKSIZE];
 #define yystacksize YYSTACKSIZE
 #line 118 "parser.y"
 
-#ifdef IDE_INVOKED
-#include "../common/doslex.c"
-#else
-#include "../common/lex_yy.c"
-#endif
+#include "doslex.c"
 
 /*
 void yyerror(s)
@@ -251,6 +244,7 @@ void yyerror(char *s)
  * to test
  */
 
+#if 0 /* VS: doesn't work... */
 #ifndef __SC__
 #ifdef USE_DEFINE
 #ifndef yywrap
@@ -263,6 +257,8 @@ void yyerror(char *s)
 #  endif
 #endif
 #endif
+#endif
+   
 #line 247 "y_tab.c"
 #define YYABORT goto yyabort
 #define YYACCEPT goto yyaccept