* $Header$
Last change: JS 13 Jul 97 6:17 pm
*/
+/* Copyright: (c) Julian Smart */
+/* Licence: wxWindows Licence */
#define FLEX_SCANNER
#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
{