diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris5d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/iris5d.h b/src/m/iris5d.h index dd41d312355..da163e62595 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h | |||
| @@ -190,6 +190,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 190 | #define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0)) | 190 | #define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0)) |
| 191 | #define XUNMARK(a) ((a) = (((unsigned)(a) << INTBITS-GCTYPEBITS-VALBITS) >> INTBITS-GCTYPEBITS-VALBITS)) | 191 | #define XUNMARK(a) ((a) = (((unsigned)(a) << INTBITS-GCTYPEBITS-VALBITS) >> INTBITS-GCTYPEBITS-VALBITS)) |
| 192 | 192 | ||
| 193 | #ifndef __GNUC__ | ||
| 193 | /* Turn off some "helpful" error checks for type mismatches | 194 | /* Turn off some "helpful" error checks for type mismatches |
| 194 | that we can't fix without breaking other machines. */ | 195 | that we can't fix without breaking other machines. */ |
| 195 | #define C_SWITCH_MACHINE -cckr | 196 | #define C_SWITCH_MACHINE -cckr |
| 197 | #endif | ||