aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-14 18:50:58 +0000
committerKarl Heuer1995-06-14 18:50:58 +0000
commit7602ba70889f9d430b349f3b7163f4a34af565e9 (patch)
tree06a0a77bb3f64752f2ebfe0026a61b82881732dc /src
parentb8c1c79a01a77d3fc38bd3b74f271f748d90fdff (diff)
downloademacs-7602ba70889f9d430b349f3b7163f4a34af565e9.tar.gz
emacs-7602ba70889f9d430b349f3b7163f4a34af565e9.zip
[!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h2
1 files changed, 2 insertions, 0 deletions
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 */
127 127
128#else /* SOLARIS2_4 */ 128#else /* SOLARIS2_4 */
129#ifndef __GNUC__ 129#ifndef __GNUC__
130#if 0 /* wisner@gryphon.com says this screws up cpp */
130#define C_SWITCH_MACHINE -Xa 131#define C_SWITCH_MACHINE -Xa
132#endif
131#ifndef NOT_C_CODE 133#ifndef NOT_C_CODE
132#ifdef HAVE_ALLOCA_H 134#ifdef HAVE_ALLOCA_H
133#include <alloca.h> 135#include <alloca.h>