[__GNUC__ >= 2]: Don't include alloca.h.

This commit is contained in:
Richard M. Stallman 1993-06-01 07:32:23 +00:00
parent 7dce3709b4
commit 88f3b4fc65

View file

@ -81,7 +81,9 @@ NOTE-END */
in the file alloca.s should be used. */
#define HAVE_ALLOCA
#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */
#include <alloca.h>
#endif
/* Must use the system's termcap, if we use any termcap.
It does special things. */