summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-24 21:57:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-24 21:57:44 +0100
commitf9c94966c92800ede3d7c7b75722167f1c9c1f7f (patch)
tree5624e6155f65f6c5ef56a6fb03f695cbb49d2787 /hwpfilter
parent4838eb97ec69efb9576608dd4d967ae0ec418b6a (diff)
Remove TURBOC support
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/lexer.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/hwpfilter/source/lexer.cpp b/hwpfilter/source/lexer.cpp
index 03bc4a091a92..690cda7eb076 100644
--- a/hwpfilter/source/lexer.cpp
+++ b/hwpfilter/source/lexer.cpp
@@ -60,15 +60,6 @@
#endif /* __STDC__ */
#endif /* ! __cplusplus */
-#ifdef __TURBOC__
- #pragma warn -rch
- #pragma warn -use
-#include <io.h>
-#include <stdlib.h>
-#define YY_USE_CONST
-#define YY_USE_PROTOS
-#endif
-
#ifdef YY_USE_CONST
#define yyconst const
#else