summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 18:46:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 18:46:05 +0900
commit237ce45cc133bedad1bab013fcaf035db1c6e825 (patch)
tree1be8d0a106a128a33f7d83652e8459aad5f1dd8d
parentd8e59c92c1ddd29d1bf9e4d4d5e1dc05494ed651 (diff)
downloadarts-237ce45cc133bedad1bab013fcaf035db1c6e825.tar.gz
arts-237ce45cc133bedad1bab013fcaf035db1c6e825.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--mcopidl/yacc.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcopidl/yacc.cpp b/mcopidl/yacc.cpp
index dc8b86e..e261b5a 100644
--- a/mcopidl/yacc.cpp
+++ b/mcopidl/yacc.cpp
@@ -392,14 +392,6 @@ static const short yycheck[] = { 0,
/* #include <malloc.h> */
#pragma alloca
#define YYSTACK_USE_ALLOCA
-#else /* not MSDOS 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 */
#endif /* not sparc */