Mercurial > hg > xemacs-beta
diff nt/config.inc.samp @ 2790:ac63ab256048
[xemacs-hg @ 2005-05-28 04:51:22 by stephent]
enable new allocator for release <871x7sklah.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 28 May 2005 04:51:41 +0000 |
parents | 6fa9919a9a0b |
children | b694dfd2f40e |
line wrap: on
line diff
--- a/nt/config.inc.samp Fri May 27 21:51:24 2005 +0000 +++ b/nt/config.inc.samp Sat May 28 04:51:41 2005 +0000 @@ -178,10 +178,10 @@ # Set this to use the new experimental garbage-collection routines instead # of the traditional XEmacs garbage-collection routines. -USE_KKCC=0 +USE_KKCC=1 # Set this to use the new experimental allocator routines -MC_ALLOC=0 +MC_ALLOC=1 # 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