commit 110eb8b083abf9e415f215622b11ab7e130dbfeb
parent efaa81e249f436edddb6f3eeb9e671d30210fbea
Author: Andres Navarro <canavarro82@gmail.com>
Date: Wed, 20 Apr 2011 02:59:17 -0300
There seems to be a bug that may be related to the gc. For example in this revision, the second call to (load "tests/test-all.k") fails one case, with apparently mutated pairs, not present in the source code.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/klispconf.h b/src/klispconf.h
@@ -16,7 +16,7 @@
/* temp defines till gc is stabilized */
#define KUSE_GC 1
/* Print msgs when starting and ending gc */
-/* #define KDEBUG_GC 1 */
+#define KDEBUG_GC 1
/*
#define KTRACK_MARKS (true)