From 7602ba70889f9d430b349f3b7163f4a34af565e9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 14 Jun 1995 18:50:58 +0000 Subject: [PATCH] [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp. --- src/m/intel386.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m/intel386.h b/src/m/intel386.h index 225ab071805..c029cdc0a8a 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -127,7 +127,9 @@ NOTE-END */ #else /* SOLARIS2_4 */ #ifndef __GNUC__ +#if 0 /* wisner@gryphon.com says this screws up cpp */ #define C_SWITCH_MACHINE -Xa +#endif #ifndef NOT_C_CODE #ifdef HAVE_ALLOCA_H #include -- 2.39.2