changeset 926:4f61e79f8a14

[xemacs-hg @ 2002-07-16 08:27:09 by michaels] 2002-07-09 Mike Sperber <mike@xemacs.org> * config.h.in: Add USE_KKCC variable to enable upcoming new GC algorithms.
author michaels
date Tue, 16 Jul 2002 08:27:11 +0000
parents c4937d1216b6
children e40f8d860d5f
files src/ChangeLog src/config.h.in
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 16 08:26:47 2002 +0000
+++ b/src/ChangeLog	Tue Jul 16 08:27:11 2002 +0000
@@ -1,3 +1,8 @@
+2002-07-09  Mike Sperber <mike@xemacs.org>
+
+	* config.h.in: Add USE_KKCC variable to enable upcoming new GC
+	algorithms.
+
 2002-07-14  Mike Alexander  <mta@arbortext.com>
 
 	* event-msw.c (mswindows_need_event): Don't wait for a new message
--- a/src/config.h.in	Tue Jul 16 08:26:47 2002 +0000
+++ b/src/config.h.in	Tue Jul 16 08:27:11 2002 +0000
@@ -627,6 +627,9 @@
    definitions isn't right with 64-bit systems.  */
 #undef USE_UNION_TYPE
 
+/* If defined, use experimental pdump-based GC algorithms. */
+#undef USE_KKCC
+
 /* Enable special GNU Make features in the Makefiles. */
 #undef USE_GNU_MAKE