summaryrefslogtreecommitdiff
path: root/src/m
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
commit4bd8916e911417bd22b784ea7fc3bc2f33cafc9e (patch)
tree1a81bc522fb95e73843adc6ae5f1ade1278ef6cf /src/m
parenta4b925508c8a663e165060cd4b9422429732ec44 (diff)
downloademacs-4bd8916e911417bd22b784ea7fc3bc2f33cafc9e.tar.gz
If NOT_C_CODE, don't include alloca.h.
Diffstat (limited to 'src/m')
-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 */