]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable conservative stack marking.
authorJason Rumney <jasonr@gnu.org>
Sat, 25 Nov 2000 19:18:49 +0000 (19:18 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 25 Nov 2000 19:18:49 +0000 (19:18 +0000)
nt/config.nt

index 095fb34a9925af5d32b68ebcb0298e00e39780bf..23d17986895586209097829342e7de060f4dd54f 100644 (file)
@@ -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