diff nt/config.nt @ 33883:c88c298397a4

Enable conservative stack marking.
author Jason Rumney <jasonr@gnu.org>
date Sat, 25 Nov 2000 19:18:49 +0000
parents a51cc6093b82
children 1fff4c29a492
line wrap: on
line diff
--- 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