[Libreoffice-commits] .: hwpfilter/source writerfilter/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Thu Feb 24 12:57:31 PST 2011


 hwpfilter/source/lexer.cpp                |    9 ---------
 writerfilter/source/rtftok/RTFScanner.skl |    9 ---------
 2 files changed, 18 deletions(-)

New commits:
commit 666ebd0081111670b076d0f39b12b6d0bbec7631
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Feb 24 21:57:44 2011 +0100

    Remove TURBOC support

diff --git a/hwpfilter/source/lexer.cpp b/hwpfilter/source/lexer.cpp
index 2d8409d..83949a7 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 <io.h>
-#include <stdlib.h>
-#define YY_USE_CONST
-#define YY_USE_PROTOS
-#endif
-
 #ifdef YY_USE_CONST
 #define yyconst const
 #else
diff --git a/writerfilter/source/rtftok/RTFScanner.skl b/writerfilter/source/rtftok/RTFScanner.skl
index 10cc2e5..071eab6 100644
--- a/writerfilter/source/rtftok/RTFScanner.skl
+++ b/writerfilter/source/rtftok/RTFScanner.skl
@@ -45,15 +45,6 @@ static const int EOF=0;
 #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


More information about the Libreoffice-commits mailing list