summaryrefslogtreecommitdiff
path: root/ar/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar/alloca.c')
-rw-r--r--ar/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/alloca.c b/ar/alloca.c
index 880c100..80c95e2 100644
--- a/ar/alloca.c
+++ b/ar/alloca.c
@@ -6,7 +6,7 @@
#include <string.h>
#endif
-#ifdef __TINYC__
+#if defined(__TINYC__) || defined(__HP_cc)
typedef union mem_cell
{
union mem_cell *next; /* A pointer to the next mem */