From 4838eb97ec69efb9576608dd4d967ae0ec418b6a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 24 Feb 2011 21:45:17 +0100 Subject: Remove MSDOS support --- hwpfilter/source/grammar.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'hwpfilter/source') diff --git a/hwpfilter/source/grammar.cpp b/hwpfilter/source/grammar.cpp index b1e9279a9e85..2afc1d897490 100644 --- a/hwpfilter/source/grammar.cpp +++ b/hwpfilter/source/grammar.cpp @@ -428,24 +428,10 @@ static const short yycheck[] = { 11, #define YYSTACK_USE_ALLOCA #include #else /* not sparc */ -/* We think this test detects Watcom and Microsoft C. */ -/* This used to test MSDOS, but that is a bad idea - since that symbol is in the user namespace. */ -#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) -#if 0 /* No need for malloc.h, which pollutes the namespace; - instead, just don't use alloca. */ -#include -#endif -#else /* not MSDOS, or __TURBOC__ */ #if defined(_AIX) -/* I don't know what this was needed for, but it pollutes the namespace. - So I turned it off. rms, 2 May 1997. */ -/* #include */ #pragma alloca #define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ #endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ #endif /* not sparc */ #endif /* not GNU C */ #endif /* alloca not defined */ -- cgit