From: Dave Love Date: Tue, 21 Jan 2003 16:47:27 +0000 (+0000) Subject: (GC_SETJMP_WORKS, GC_MARK_STACK): Define. X-Git-Tag: ttn-vms-21-2-B4~11554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69f5d6fedec1672b84940bf06e6878020f310522;p=emacs.git (GC_SETJMP_WORKS, GC_MARK_STACK): Define. --- diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 896011ce33c..600ab999486 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -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 diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index e0b66190562..0b192f8ae00 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -44,3 +44,6 @@ #ifndef TERMINFO #define LIBS_TERMCAP -ltermcap #endif + +#define GC_SETJMP_WORKS 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS