From f9c94966c92800ede3d7c7b75722167f1c9c1f7f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 24 Feb 2011 21:57:44 +0100 Subject: Remove TURBOC support --- hwpfilter/source/lexer.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'hwpfilter/source') 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 -#include -#define YY_USE_CONST -#define YY_USE_PROTOS -#endif - #ifdef YY_USE_CONST #define yyconst const #else -- cgit