summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:33:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:18:28 +0900
commit029634c0fd165e2e5b8afc178c50781fc3a90032 (patch)
tree530f3f7d41acd7fa4d0bbe9b47c90e6a60dd2d4a /tdeio
parentfcbf2cd71b862375bbb287ee720e068feeff1823 (diff)
downloadtdelibs-029634c0fd165e2e5b8afc178c50781fc3a90032.tar.gz
tdelibs-029634c0fd165e2e5b8afc178c50781fc3a90032.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 638f63d207a9a925df17fda588436fa6530a3d85)
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tdeio/lex.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tdeio/tdeio/lex.c b/tdeio/tdeio/lex.c
index f8d8c2bfc..6596a8082 100644
--- a/tdeio/tdeio/lex.c
+++ b/tdeio/tdeio/lex.c
@@ -59,15 +59,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