diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix6-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index 6dbdbf31230..ef86c975573 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -31,3 +31,7 @@ | |||
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #undef TIOCSIGSEND | 33 | #undef TIOCSIGSEND |
| 34 | |||
| 35 | /* Tested on Irix 6.5. SCM worked on earlier versions. */ | ||
| 36 | #define GC_SETJMP_WORKS 1 | ||
| 37 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | ||