From 013961a120faae15921a5217bc433a08421d0cf3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:11:50 +0000 Subject: [PATCH] (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE. --- src/m/iris4d.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */ -- 2.39.2