]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:11:50 +0000 (17:11 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:11:50 +0000 (17:11 +0000)
src/m/iris4d.h

index c10b859aac3953ecf8c4c5ab8c7e8aaac1ecb125..92c5ef9a6e5c9e26aff0f84edcbe0b62077256bf 100644 (file)
@@ -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__ */