summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-14 18:48:28 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-14 18:48:28 +0000
commitb8c1c79a01a77d3fc38bd3b74f271f748d90fdff (patch)
tree8a946fbc335e996f6b24ddac4689f3f169bc34d9
parent99b92e644a46720af065513f9d4f2439c693ad2c (diff)
downloademacs-b8c1c79a01a77d3fc38bd3b74f271f748d90fdff.tar.gz
emacs-b8c1c79a01a77d3fc38bd3b74f271f748d90fdff.tar.bz2
emacs-b8c1c79a01a77d3fc38bd3b74f271f748d90fdff.zip
If NOT_C_CODE, don't include alloca.h.
-rw-r--r--src/m/intel386.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index bbe727f412c..225ab071805 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -128,9 +128,11 @@ NOTE-END */
#else /* SOLARIS2_4 */
#ifndef __GNUC__
#define C_SWITCH_MACHINE -Xa
+#ifndef NOT_C_CODE
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif /* HAVE_ALLOCA_H */
+#endif /* not NOT_C_CODE */
#endif /* not __GNUC__ */
#endif /* SOLARIS2_4 */