Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2789:34dfe93cc396 | 2790:ac63ab256048 |
---|---|
176 # routines, instead of the older "unexec" routines in unexnt.c. | 176 # routines, instead of the older "unexec" routines in unexnt.c. |
177 USE_PORTABLE_DUMPER=1 | 177 USE_PORTABLE_DUMPER=1 |
178 | 178 |
179 # Set this to use the new experimental garbage-collection routines instead | 179 # Set this to use the new experimental garbage-collection routines instead |
180 # of the traditional XEmacs garbage-collection routines. | 180 # of the traditional XEmacs garbage-collection routines. |
181 USE_KKCC=0 | 181 USE_KKCC=1 |
182 | 182 |
183 # Set this to use the new experimental allocator routines | 183 # Set this to use the new experimental allocator routines |
184 MC_ALLOC=0 | 184 MC_ALLOC=1 |
185 | 185 |
186 # Set this to turn on the use of the union type, which gets you improved | 186 # Set this to turn on the use of the union type, which gets you improved |
187 # type checking of Lisp_Objects -- they're declared as unions instead of | 187 # type checking of Lisp_Objects -- they're declared as unions instead of |
188 # ints, and so places where a Lisp_Object is mistakenly passed to a routine | 188 # ints, and so places where a Lisp_Object is mistakenly passed to a routine |
189 # expecting an int (or vice-versa), or a check is written `if (foo)' | 189 # expecting an int (or vice-versa), or a check is written `if (foo)' |