Mercurial > emacs
changeset 11121:9fac7d5558e9
(C_SWITCH_SYSTEM): Don't #undef or define it.
[SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Mar 1995 08:46:09 +0000 |
parents | 150ac5a4a1fa |
children | ce63fb361ae9 |
files | src/m/intel386.h |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Sat Mar 25 20:49:23 1995 +0000 +++ b/src/m/intel386.h Sun Mar 26 08:46:09 1995 +0000 @@ -123,17 +123,11 @@ already has FSCALE defined in a system header. */ #define LIBS_MACHINE -lkvm -/* 14/9/84 J.W.Hawtin@lut.ac.uk Solaris 2.1 X86 does not like -traditional - with GCC on the C_SWITCH_SYSTEM flags. */ -#ifdef __GNUC__ -#undef C_SWITCH_SYSTEM -#endif /* GCC */ #define HAVE_VFORK #else /* SOLARIS2_4 */ #ifndef __GNUC__ -#undef C_SWITCH_SYSTEM -#define C_SWITCH_SYSTEM -Xa +#define C_SWITCH_MACHINE -Xa #ifdef HAVE_ALLOCA_H #include <alloca.h> #endif /* HAVE_ALLOCA_H */