diff options
| -rw-r--r-- | src/m/iris4d.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 457f3594636..7cf05da91e1 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -159,7 +159,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 159 | #undef FIRST_PTY_LETTER | 159 | #undef FIRST_PTY_LETTER |
| 160 | #define FIRST_PTY_LETTER 'q' | 160 | #define FIRST_PTY_LETTER 'q' |
| 161 | 161 | ||
| 162 | #ifndef _LP64 | 162 | #if _MIPS_SZLONG != 64 |
| 163 | /* fixme: should there be 64-bit defiitions? (The ones below aren't | ||
| 164 | OK.) */ | ||
| 165 | |||
| 163 | /* The standard definitions of these macros would work ok, | 166 | /* The standard definitions of these macros would work ok, |
| 164 | but these are faster because the constants are short. */ | 167 | but these are faster because the constants are short. */ |
| 165 | 168 | ||