# HG changeset patch # User Karl Heuer # Date 803155858 0 # Node ID 7e5885cd3109fe8cf931af23bbdc482c90199ec0 # Parent b31ac5b894c1329530f64f917ecf7882229a1625 [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp. diff -r b31ac5b894c1 -r 7e5885cd3109 src/m/intel386.h --- a/src/m/intel386.h Wed Jun 14 18:48:28 1995 +0000 +++ b/src/m/intel386.h Wed Jun 14 18:50:58 1995 +0000 @@ -127,7 +127,9 @@ #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