diff options
Diffstat (limited to 'src')
| -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. */ | |||
| 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__ */ |