diff options
| -rw-r--r-- | mcopidl/yacc.cpp | 8 |
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 */ |
