summaryrefslogtreecommitdiffstats
path: root/tdeprint/ppdscanner.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-27 12:33:30 +0900
committerMichele Calgaro <[email protected]>2024-10-27 12:33:30 +0900
commit638f63d207a9a925df17fda588436fa6530a3d85 (patch)
treee6bc477061ea0cea794f5bc72dfbc274da63997b /tdeprint/ppdscanner.cpp
parent8b48c1df5dd5be9110baa1b6b85bc535119130e9 (diff)
downloadtdelibs-638f63d207a9a925df17fda588436fa6530a3d85.tar.gz
tdelibs-638f63d207a9a925df17fda588436fa6530a3d85.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint/ppdscanner.cpp')
-rw-r--r--tdeprint/ppdscanner.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tdeprint/ppdscanner.cpp b/tdeprint/ppdscanner.cpp
index 4b37737c0..8422b6c67 100644
--- a/tdeprint/ppdscanner.cpp
+++ b/tdeprint/ppdscanner.cpp
@@ -58,15 +58,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