From: Jason Rumney Date: Sat, 25 Nov 2000 19:18:49 +0000 (+0000) Subject: Enable conservative stack marking. X-Git-Tag: emacs-pretest-21.0.92~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c98e712b1c92e442b37c3fc9892fc6dd7a2460d;p=emacs.git Enable conservative stack marking. --- diff --git a/nt/config.nt b/nt/config.nt index 095fb34a992..23d17986895 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -41,7 +41,14 @@ Boston, MA 02111-1307, USA. */ /* Define REL_ALLOC if you want to use the relocating allocator for buffer space. */ #define REL_ALLOC - + +/* Enable conservative stack marking for GC. */ +#define GC_MARK_STACK 1 + +/* MSVC ignores the "register" keyword, so test fails even though + setjmp does work. */ +#define GC_SETJMP_WORKS 1 + /* Define HAVE_X_WINDOWS if you want to use the X window system. */ #undef HAVE_X_WINDOWS