Mercurial > emacs
changeset 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 | 91f64e9078e9 |
children | 025f68746fc3 |
files | src/m/sparc.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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. */