# HG changeset patch # User Richard M. Stallman # Date 738919943 0 # Node ID ce971b0a5918e37a4d0324dce8f9da9283340c29 # Parent 91f64e9078e9dba021b127dd30139dcb104f7ef9 [__GNUC__ >= 2]: Don't include alloca.h. diff -r 91f64e9078e9 -r ce971b0a5918 src/m/sparc.h --- a/src/m/sparc.h Tue Jun 01 06:03:56 1993 +0000 +++ b/src/m/sparc.h Tue Jun 01 07:32:23 1993 +0000 @@ -81,7 +81,9 @@ 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. */