From 11ec70418c00f9455dfa199441e85388f66e0d10 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Sep 1994 20:08:33 +0000 Subject: [PATCH] [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined. --- src/m/hp9000s300.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index c541643ded8..6979e1a51da 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__) -- 2.39.5