diff src/s/sol2-5.h @ 49356:fbabb532002e

(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
author Dave Love <fx@gnu.org>
date Tue, 21 Jan 2003 16:47:27 +0000
parents fd02c9c4a941
children 695cf19ef79e
line wrap: on
line diff
--- a/src/s/sol2-5.h	Tue Jan 21 02:26:04 2003 +0000
+++ b/src/s/sol2-5.h	Tue Jan 21 16:47:27 2003 +0000
@@ -27,3 +27,7 @@
    We can optimize this later.  */
 
 #undef USE_MMAP_FOR_BUFFERS
+
+/* Probably OK also on earlier versions.  */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS