diff src/m/hp9000s300.h @ 8788:4577387fa731

[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Sep 1994 20:08:33 +0000
parents 7a33be8c3192
children 191acacfa1ec
line wrap: on
line diff
--- a/src/m/hp9000s300.h	Fri Sep 16 20:06:28 1994 +0000
+++ b/src/m/hp9000s300.h	Fri Sep 16 20:08:33 1994 +0000
@@ -161,6 +161,10 @@
 
 #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__)