# HG changeset patch # User Jason Rumney # Date 975179929 0 # Node ID c88c298397a409833cfa9d92c6feff36ba9c4ee1 # Parent 778426d92d7bfd07629df1b346de067573232442 Enable conservative stack marking. diff -r 778426d92d7b -r c88c298397a4 nt/config.nt --- a/nt/config.nt Sat Nov 25 18:40:15 2000 +0000 +++ b/nt/config.nt Sat Nov 25 19:18:49 2000 +0000 @@ -41,7 +41,14 @@ /* 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