Mercurial > emacs
diff src/m/iris4d.h @ 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 | 2cd15d90fec6 |
| children | ee40177f6c68 |
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__ */
