From b8c1c79a01a77d3fc38bd3b74f271f748d90fdff Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 14 Jun 1995 18:48:28 +0000 Subject: [PATCH] If NOT_C_CODE, don't include alloca.h. --- src/m/intel386.h | 2 ++ 1 file changed, 2 insertions(+) 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 #endif /* HAVE_ALLOCA_H */ +#endif /* not NOT_C_CODE */ #endif /* not __GNUC__ */ #endif /* SOLARIS2_4 */ -- 2.39.2