]> git.eshelyaron.com Git - emacs.git/commitdiff
[!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.
authorKarl Heuer <kwzh@gnu.org>
Wed, 14 Jun 1995 18:50:58 +0000 (18:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 14 Jun 1995 18:50:58 +0000 (18:50 +0000)
src/m/intel386.h

index 225ab071805c70eae86229c23a0f76002deb90af..c029cdc0a8a6511565c9886e86ee0a8d47d4d98c 100644 (file)
@@ -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 <alloca.h>