diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 13:53:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 13:53:37 +0900 |
commit | 4da609c95cb20a05e9af25840ddf7560ebb900d8 (patch) | |
tree | 5c4bfe4f9c9c6a8d1654ec929a7ba380567bd598 /mcopidl/scanner.cpp | |
parent | 6ac0a12ead4eaac48844fd54ea61c4635cd07afc (diff) | |
download | arts-4da609c95cb20a05e9af25840ddf7560ebb900d8.tar.gz arts-4da609c95cb20a05e9af25840ddf7560ebb900d8.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mcopidl/scanner.cpp')
-rw-r--r-- | mcopidl/scanner.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mcopidl/scanner.cpp b/mcopidl/scanner.cpp index f987efa..7fc3b67 100644 --- a/mcopidl/scanner.cpp +++ b/mcopidl/scanner.cpp @@ -40,15 +40,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 |