From 191ea24ddc9edb3f93f3e9f63f698cada660fcf8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 16 Feb 2011 12:53:30 +0100 Subject: Remove HPUX support --- hwpfilter/source/grammar.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hwpfilter/source') diff --git a/hwpfilter/source/grammar.cpp b/hwpfilter/source/grammar.cpp index f922db024332..b1e9279a9e85 100644 --- a/hwpfilter/source/grammar.cpp +++ b/hwpfilter/source/grammar.cpp @@ -444,13 +444,6 @@ static const short yycheck[] = { 11, #pragma alloca #define YYSTACK_USE_ALLOCA #else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif #endif /* not _AIX */ #endif /* not MSDOS, or __TURBOC__ */ #endif /* not sparc */ -- cgit