From: Karl Heuer Date: Wed, 14 Jun 1995 18:50:58 +0000 (+0000) Subject: [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp. X-Git-Tag: emacs-19.34~3635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7602ba70889f9d430b349f3b7163f4a34af565e9;p=emacs.git [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp. --- 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