From: Karl Heuer Date: Wed, 14 Jun 1995 18:48:28 +0000 (+0000) Subject: If NOT_C_CODE, don't include alloca.h. X-Git-Tag: emacs-19.34~3636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8c1c79a01a77d3fc38bd3b74f271f748d90fdff;p=emacs.git If NOT_C_CODE, don't include alloca.h. --- 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 */