Mercurial > emacs
changeset 12224:7e5885cd3109
[!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 14 Jun 1995 18:50:58 +0000 |
parents | b31ac5b894c1 |
children | a0067d2edef7 |
files | src/m/intel386.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <alloca.h>