From 92ccb044f0965e5013580ba5d96e319a98e0ac60 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Mar 1995 20:35:52 +0000 Subject: Don't include alloca.h if NOT_C_CODE. --- src/m/sparc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/m') diff --git a/src/m/sparc.h b/src/m/sparc.h index 0deb1e39df7..da7af349fb2 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -82,9 +82,11 @@ NOTE-END */ in the file alloca.s should be used. */ #define HAVE_ALLOCA +#ifndef NOT_C_CODE #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ #include #endif +#endif /* Must use the system's termcap, if we use any termcap. It does special things. */ -- cgit v1.2.1