Mercurial > emacs
changeset 10709:64aee640f211
[SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined..
[SOLARIS2_4, !__GNUC__]: Include alloca.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 09 Feb 1995 09:31:54 +0000 |
parents | 8a15461d4f64 |
children | d5d1393a26af |
files | src/m/intel386.h |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <alloca.h> +#endif /* HAVE_ALLOCA_H */ +#endif /* not __GNUC__ */ +#endif /* SOLARIS2_4 */ /* configure thinks solaris X86 has gethostname, but it does not work, so undefine it. */