diff nt/config.inc.samp @ 3092:141c2920ea48

[xemacs-hg @ 2005-11-25 01:41:31 by crestani] Incremental Garbage Collector
author crestani
date Fri, 25 Nov 2005 01:42:08 +0000
parents b694dfd2f40e
children d674024a8674
line wrap: on
line diff
--- a/nt/config.inc.samp	Thu Nov 24 22:51:25 2005 +0000
+++ b/nt/config.inc.samp	Fri Nov 25 01:42:08 2005 +0000
@@ -223,6 +223,9 @@
 # Set this to use the new experimental allocator routines
 MC_ALLOC=1
 
+# Set this to use the new experimental incremental garbage collector routines
+NEW_GC=0
+
 # Set this to turn on the use of the union type, which gets you improved
 # type checking of Lisp_Objects -- they're declared as unions instead of
 # ints, and so places where a Lisp_Object is mistakenly passed to a routine