From: Richard M. Stallman Date: Mon, 27 Mar 1995 20:35:52 +0000 (+0000) Subject: Don't include alloca.h if NOT_C_CODE. X-Git-Tag: emacs-19.34~4724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92ccb044f0965e5013580ba5d96e319a98e0ac60;p=emacs.git Don't include alloca.h if NOT_C_CODE. --- 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. */