[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.

This commit is contained in:
Richard M. Stallman 1994-09-16 20:08:33 +00:00
parent f489d5262b
commit 11ec70418c

View file

@ -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__)