changeset 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 d366046ef164
children 90e4c5eeb9a0
files src/s/sol2-5.h src/s/sunos4-0.h
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
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
--- a/src/s/sunos4-0.h	Tue Jan 21 02:26:04 2003 +0000
+++ b/src/s/sunos4-0.h	Tue Jan 21 16:47:27 2003 +0000
@@ -44,3 +44,6 @@
 #ifndef TERMINFO
 #define LIBS_TERMCAP -ltermcap
 #endif
+
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS