# HG changeset patch # User Richard M. Stallman # Date 792322314 0 # Node ID 64aee640f21198a8587838c75dbd8b6df7b6745d # Parent 8a15461d4f64d140569e6da61d3d30946a183761 [SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined.. [SOLARIS2_4, !__GNUC__]: Include alloca.h. diff -r 8a15461d4f64 -r 64aee640f211 src/m/intel386.h --- a/src/m/intel386.h Thu Feb 09 06:34:50 1995 +0000 +++ b/src/m/intel386.h Thu Feb 09 09:31:54 1995 +0000 @@ -130,7 +130,15 @@ #endif /* GCC */ #define HAVE_VFORK -#endif +#else /* SOLARIS2_4 */ +#ifndef __GNUC__ +#undef C_SWITCH_SYSTEM +#define C_SWITCH_SYSTEM -Xa +#ifdef HAVE_ALLOCA_H +#include +#endif /* HAVE_ALLOCA_H */ +#endif /* not __GNUC__ */ +#endif /* SOLARIS2_4 */ /* configure thinks solaris X86 has gethostname, but it does not work, so undefine it. */