diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-27 20:35:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-27 20:35:52 +0000 |
commit | 92ccb044f0965e5013580ba5d96e319a98e0ac60 (patch) | |
tree | 5871d79003b32a23521f832a589b124270c8c313 /src/m/sparc.h | |
parent | 06d92327496908d05ab6d5f52a84adeb7d1efb83 (diff) | |
download | emacs-92ccb044f0965e5013580ba5d96e319a98e0ac60.tar.gz |
Don't include alloca.h if NOT_C_CODE.
Diffstat (limited to 'src/m/sparc.h')
-rw-r--r-- | src/m/sparc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <alloca.h> #endif +#endif /* Must use the system's termcap, if we use any termcap. It does special things. */ |