Mercurial > emacs
changeset 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 | 87b54930a42a |
children | 81a2817b99b2 |
files | src/m/hp9000s300.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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__)