From: Karl Heuer Date: Thu, 21 Dec 1995 17:11:50 +0000 (+0000) Subject: (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE. X-Git-Tag: emacs-19.34~2086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=013961a120faae15921a5217bc433a08421d0cf3;p=emacs.git (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE. --- diff --git a/src/m/iris4d.h b/src/m/iris4d.h index c10b859aac3..92c5ef9a6e5 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -181,7 +181,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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__ */