X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a410e4453e28ee77ee3ad7a407ca71692f9f30f..29b53ef977fd6c50da7915a659ed2e81a6e3c9bc:/contrib/src/deprecated/doslex.c diff --git a/contrib/src/deprecated/doslex.c b/contrib/src/deprecated/doslex.c index f067467fa9..2be69c9bd5 100644 --- a/contrib/src/deprecated/doslex.c +++ b/contrib/src/deprecated/doslex.c @@ -66,7 +66,7 @@ #define YY_USE_CONST #endif - #ifdef __MINGW32__ + #if defined(__MINGW32__) || defined(__WATCOMC__) #include #endif @@ -680,10 +680,10 @@ do_action: /* this label is used only to access EOF actions */ { loop: #ifdef __cplusplus - while (yyinput() != '*'); + while (yyinput() != '*') ; switch (yyinput()) #else - while (input() != '*'); + while (input() != '*') ; switch (input()) #endif {