From a40b9bc73e13c2bb93d712f848bc4c82b14d7421 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 26 Mar 1995 08:46:09 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM): Don't #undef or define it. [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead. --- src/m/intel386.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/m/intel386.h b/src/m/intel386.h index 77839be778e..2361c40eb0a 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -123,17 +123,11 @@ NOTE-END */ 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 #endif /* HAVE_ALLOCA_H */ -- 2.39.5