aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/m/hp9000s300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h
index c541643ded..6979e1a51d 100644
--- a/src/m/hp9000s300.h
+++ b/src/m/hp9000s300.h
@@ -161,6 +161,10 @@ NOTE-END */
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
+#ifdef __GNUC__
+#define HAVE_ALLOCA
+#endif
+
/* This library is needed with -g, on the 200/300 only. */
#if !defined(__GNUC__) || defined(__HPUX_ASM__)