From 88f3b4fc653b9a1e02f22d69da7beb9be702d70a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 07:32:23 +0000 Subject: [PATCH] [__GNUC__ >= 2]: Don't include alloca.h. --- src/m/sparc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m/sparc.h b/src/m/sparc.h index 7e4a6801f9a..392189a9f5e 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -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 +#endif /* Must use the system's termcap, if we use any termcap. It does special things. */