aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-26 08:46:09 +0000
committerRichard M. Stallman1995-03-26 08:46:09 +0000
commita40b9bc73e13c2bb93d712f848bc4c82b14d7421 (patch)
tree7fbb188ff1c5f23cdf5be914416e0e9067cff7d1
parent67a6988bf8c6af8778f062e640efe71f57a866ca (diff)
downloademacs-a40b9bc73e13c2bb93d712f848bc4c82b14d7421.tar.gz
emacs-a40b9bc73e13c2bb93d712f848bc4c82b14d7421.zip
(C_SWITCH_SYSTEM): Don't #undef or define it.
[SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
-rw-r--r--src/m/intel386.h8
1 files changed, 1 insertions, 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 */
123 already has FSCALE defined in a system header. */ 123 already has FSCALE defined in a system header. */
124#define LIBS_MACHINE -lkvm 124#define LIBS_MACHINE -lkvm
125 125
126/* 14/9/84 J.W.Hawtin@lut.ac.uk Solaris 2.1 X86 does not like -traditional
127 with GCC on the C_SWITCH_SYSTEM flags. */
128#ifdef __GNUC__
129#undef C_SWITCH_SYSTEM
130#endif /* GCC */
131#define HAVE_VFORK 126#define HAVE_VFORK
132 127
133#else /* SOLARIS2_4 */ 128#else /* SOLARIS2_4 */
134#ifndef __GNUC__ 129#ifndef __GNUC__
135#undef C_SWITCH_SYSTEM 130#define C_SWITCH_MACHINE -Xa
136#define C_SWITCH_SYSTEM -Xa
137#ifdef HAVE_ALLOCA_H 131#ifdef HAVE_ALLOCA_H
138#include <alloca.h> 132#include <alloca.h>
139#endif /* HAVE_ALLOCA_H */ 133#endif /* HAVE_ALLOCA_H */