aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-12-21 17:11:50 +0000
committerKarl Heuer1995-12-21 17:11:50 +0000
commit013961a120faae15921a5217bc433a08421d0cf3 (patch)
tree1fa002a54a26c01f47900fbc1f8644dc8c5fccc8 /src
parent2d5f65a99406bc06edc48c759ace5ea2a8213084 (diff)
downloademacs-013961a120faae15921a5217bc433a08421d0cf3.tar.gz
emacs-013961a120faae15921a5217bc433a08421d0cf3.zip
(C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.
Diffstat (limited to 'src')
-rw-r--r--src/m/iris4d.h2
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. */
181/* Turn off some "helpful" error checks for type mismatches 181/* Turn off some "helpful" error checks for type mismatches
182 that we can't fix without breaking other machines. */ 182 that we can't fix without breaking other machines. */
183#ifdef IRIX_FORCE_32_BITS 183#ifdef IRIX_FORCE_32_BITS
184#ifdef THIS_IS_MAKEFILE
184#define C_SWITCH_MACHINE -32 185#define C_SWITCH_MACHINE -32
185#endif 186#endif
187#endif
186 188
187#endif /* not __GNUC__ */ 189#endif /* not __GNUC__ */