Mercurial > emacs
diff src/m/sparc.h @ 3390:ce971b0a5918
[__GNUC__ >= 2]: Don't include alloca.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 07:32:23 +0000 |
parents | 2f2848511175 |
children | 0b6fc4c47891 |
line wrap: on
line diff
--- 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 <alloca.h> +#endif /* Must use the system's termcap, if we use any termcap. It does special things. */