#define YY_USE_CONST
#endif
- #ifdef __MINGW32__
+ #if defined(__MINGW32__) || defined(__WATCOMC__)
#include <io.h>
#endif
{
loop:
#ifdef __cplusplus
- while (yyinput() != '*');
+ while (yyinput() != '*') ;
switch (yyinput())
#else
- while (input() != '*');
+ while (input() != '*') ;
switch (input())
#endif
{