Mercurial > emacs
changeset 13774:2e1d9d11e506
(C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 17:11:50 +0000 |
parents | 7d50ac085b12 |
children | beedfd49bc1b |
files | src/m/iris4d.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/iris4d.h Thu Dec 21 17:11:28 1995 +0000 +++ b/src/m/iris4d.h Thu Dec 21 17:11:50 1995 +0000 @@ -181,7 +181,9 @@ /* Turn off some "helpful" error checks for type mismatches that we can't fix without breaking other machines. */ #ifdef IRIX_FORCE_32_BITS +#ifdef THIS_IS_MAKEFILE #define C_SWITCH_MACHINE -32 #endif +#endif #endif /* not __GNUC__ */