]> code.delx.au - gnu-emacs/commitdiff
(C_SWITCH_SYSTEM): Don't #undef or define it.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 08:46:09 +0000 (08:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 08:46:09 +0000 (08:46 +0000)
[SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.

src/m/intel386.h

index 77839be778ef42ad91fd521cba003ee5377291ce..2361c40eb0a112f21838a1f8e4f092a65e527871 100644 (file)
@@ -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 <alloca.h>
 #endif /* HAVE_ALLOCA_H */