diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-12-21 17:11:50 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-12-21 17:11:50 +0000 |
commit | 013961a120faae15921a5217bc433a08421d0cf3 (patch) | |
tree | 1fa002a54a26c01f47900fbc1f8644dc8c5fccc8 | |
parent | 2d5f65a99406bc06edc48c759ace5ea2a8213084 (diff) | |
download | emacs-013961a120faae15921a5217bc433a08421d0cf3.tar.gz |
(C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.
-rw-r--r-- | src/m/iris4d.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |