aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-27 20:35:52 +0000
committerRichard M. Stallman1995-03-27 20:35:52 +0000
commit92ccb044f0965e5013580ba5d96e319a98e0ac60 (patch)
tree5871d79003b32a23521f832a589b124270c8c313 /src
parent06d92327496908d05ab6d5f52a84adeb7d1efb83 (diff)
downloademacs-92ccb044f0965e5013580ba5d96e319a98e0ac60.tar.gz
emacs-92ccb044f0965e5013580ba5d96e319a98e0ac60.zip
Don't include alloca.h if NOT_C_CODE.
Diffstat (limited to 'src')
-rw-r--r--src/m/sparc.h2
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 */
82 in the file alloca.s should be used. */ 82 in the file alloca.s should be used. */
83 83
84#define HAVE_ALLOCA 84#define HAVE_ALLOCA
85#ifndef NOT_C_CODE
85#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */ 86#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
86#include <alloca.h> 87#include <alloca.h>
87#endif 88#endif
89#endif
88 90
89/* Must use the system's termcap, if we use any termcap. 91/* Must use the system's termcap, if we use any termcap.
90 It does special things. */ 92 It does special things. */