aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-16 20:08:33 +0000
committerRichard M. Stallman <[email protected]>1994-09-16 20:08:33 +0000
commit11ec70418c00f9455dfa199441e85388f66e0d10 (patch)
tree18fb406378438a37ca8247b1ede5aaef17802fbf /src/m
parentf489d5262b63118731480ac0c1fd0245f66fdf72 (diff)
[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
Diffstat (limited to 'src/m')
-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__)