From 237ce45cc133bedad1bab013fcaf035db1c6e825 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 17 Jan 2026 18:46:05 +0900
Subject: 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>
---
 mcopidl/yacc.cpp | 8 --------
 1 file changed, 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 */
-- 
cgit v1.2.3

