From: Richard M. Stallman Date: Sun, 26 Mar 1995 08:46:09 +0000 (+0000) Subject: (C_SWITCH_SYSTEM): Don't #undef or define it. X-Git-Tag: emacs-19.34~4737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a40b9bc73e13c2bb93d712f848bc4c82b14d7421;p=emacs.git (C_SWITCH_SYSTEM): Don't #undef or define it. [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead. --- 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 */