diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 16:17:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 16:17:53 +0900 |
| commit | 33ce240b40b1fde502b0f6b3e5fb4b50113dae99 (patch) | |
| tree | 5ee97bde76624ebe1b0d0d866c207dedd1a15580 /tdeprint/fooparser.cpp | |
| parent | e0345f8f9b6742e10b54187f915a784d5fd385bc (diff) | |
| download | tdelibs-drop/hpux-support.tar.gz tdelibs-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/fooparser.cpp')
| -rw-r--r-- | tdeprint/fooparser.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tdeprint/fooparser.cpp b/tdeprint/fooparser.cpp index 55e68532b..23dd22dd2 100644 --- a/tdeprint/fooparser.cpp +++ b/tdeprint/fooparser.cpp @@ -240,13 +240,6 @@ static const short yycheck[] = { 4, #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 */ |
