From: Richard M. Stallman Date: Fri, 16 Sep 1994 20:08:33 +0000 (+0000) Subject: [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined. X-Git-Tag: emacs-19.34~7066 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/11ec70418c00f9455dfa199441e85388f66e0d10?ds=sidebyside [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined. --- 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__)