From 31af8fa045de34407fbe0beda3ad65afaf0080d2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 13:06:53 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro --- parts/doxygen/config.cpp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'parts/doxygen/config.cpp') diff --git a/parts/doxygen/config.cpp b/parts/doxygen/config.cpp index 4299c300..953d183d 100644 --- a/parts/doxygen/config.cpp +++ b/parts/doxygen/config.cpp @@ -71,15 +71,6 @@ bool portable_fileSystemIsCaseSensitive() #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 @@ -2956,13 +2947,9 @@ void Config::check() #undef PUTENV #undef SEP -#if defined(_WIN32) && (__BORLANDC__ < 0x0550) -#define PUTENV _putenv -#define SEP ";" -#else #define PUTENV putenv #define SEP ":" -#endif + // check TQHP creation requirements if (Config_getBool("GENERATE_TQHP")) { -- cgit v1.2.3