summaryrefslogtreecommitdiff
path: root/hwpfilter/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 12:53:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 20:16:21 +0100
commit191ea24ddc9edb3f93f3e9f63f698cada660fcf8 (patch)
treeb4e4d7a17933eeb3176fe6827a5c492674295d54 /hwpfilter/source
parent59a52b3bfb1924026c38f5eee308596fb1ad5ef7 (diff)
Remove HPUX support
Diffstat (limited to 'hwpfilter/source')
-rw-r--r--hwpfilter/source/grammar.cpp7
1 files changed, 0 insertions, 7 deletions
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 */