# HG changeset patch # User Richard M. Stallman # Date 1137692450 0 # Node ID 06d1688690ad6b40a23058f9af65dc6dd49ac945 # Parent bd5ef7de54da07a5753a39b342ea532804bf77a6 (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions. diff -r bd5ef7de54da -r 06d1688690ad src/s/irix6-5.h --- a/src/s/irix6-5.h Thu Jan 19 17:39:55 2006 +0000 +++ b/src/s/irix6-5.h Thu Jan 19 17:40:50 2006 +0000 @@ -33,5 +33,9 @@ #undef TIOCSIGSEND /* defined in usg5-4.h */ +/* Tested on Irix 6.5. SCM worked on earlier versions. */ +#define GC_SETJMP_WORKS 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 (do not change this comment) */