commit c3b0290830bfa29735f712d150571b07775042c8
parent 4818301932f8b46af495f56055768838c9e8ce31
Author: Andres Navarro <canavarro82@gmail.com>
Date: Sun, 17 Apr 2011 23:49:12 -0300
Turned on gc, because it doesn't seem to be causing any more problems.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile b/src/Makefile
@@ -60,7 +60,7 @@ kstate.o: kstate.c kstate.h klisp.h kobject.h kmem.h kstring.h klisp.h \
kground.h kenvironment.h kpair.h keval.h koperative.h kground.h \
krepl.h kcontinuation.h kapplicative.h kport.h ksymbol.h kport.h \
kstring.h kinteger.h kgc.h
-kmem.o: kmem.c kmem.h klisp.h kerror.h klisp.h kstate.h kgc.h
+kmem.o: kmem.c kmem.h klisp.h kerror.h klisp.h kstate.h kgc.h klispconf.h
kerror.o: kerror.c kerror.h klisp.h kstate.h klisp.h kmem.h kstring.h kpair.h
kauxlib.o: kauxlib.c kauxlib.h klisp.h kstate.h klisp.h
kenvironment.o: kenvironment.c kenvironment.h kpair.h kobject.h kerror.h \
diff --git a/src/klispconf.h b/src/klispconf.h
@@ -14,7 +14,7 @@
#include <stdbool.h>
/* temp defines till gc is stabilized */
-/* #define KUSE_GC 1 */
+#define KUSE_GC 1
/* Print msgs when starting and ending gc */
/* #define KDEBUG_GC 1 */