# HG changeset patch # User Karl Heuer # Date 803155708 0 # Node ID b31ac5b894c1329530f64f917ecf7882229a1625 # Parent 7286ed64badd102776f7c754d024e33dbbe28203 If NOT_C_CODE, don't include alloca.h. diff -r 7286ed64badd -r b31ac5b894c1 src/m/intel386.h --- a/src/m/intel386.h Wed Jun 14 18:20:14 1995 +0000 +++ b/src/m/intel386.h Wed Jun 14 18:48:28 1995 +0000 @@ -128,9 +128,11 @@ #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 */