#endif /* __STDC__ */
#endif /* ! __cplusplus */
-
+#ifndef __TURBOC__
+/* Some C preprocessors barf when they see the following #pragma's,
+ * even though __TURBOC__ isn't defined so they should just skip them.
+ * So we comment them out by leaving this comment
+ open
+#endif
#ifdef __TURBOC__
#pragma warn -rch
#pragma warn -use
#define YY_USE_CONST
#define YY_USE_PROTOS
#endif
-
+#ifndef __TURBOC__
+ close open comment above */
+#endif
#ifndef YY_USE_CONST
#ifndef const
#include "config.h"
+#ifndef __TURBOC__
+/* Some C preprocessors barf when they see the following #pragma's,
+ * even though __TURBOC__ isn't defined so they should just skip them.
+ * So we comment them out by leaving this comment
+ open
+#endif
#ifdef __TURBOC__
#define HAVE_STRING_H 1
#define MS_DOS 1
#pragma warn -par
#pragma warn -pia
#endif
+#ifndef __TURBOC__
+ close open comment above */
+#endif
#ifdef HAVE_STRING_H
#include <string.h>