aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/irix6-5.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-01-19 17:40:50 +0000
committerRichard M. Stallman <[email protected]>2006-01-19 17:40:50 +0000
commit77c0df4f2707e97fcf341d1e7ea3ede70022acdd (patch)
treed147fbb036130f00fb7be1f7419117e9bd6c0a05 /src/s/irix6-5.h
parentc3be81c7f8cf445b27dbbe2e26eaeaa4687591f1 (diff)
(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
Diffstat (limited to 'src/s/irix6-5.h')
-rw-r--r--src/s/irix6-5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index c1cc42a8c0..9df3e0a2ef 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -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) */