From d069be3387c70e04055c5e9172ede4087b0619e1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 26 Oct 2015 23:08:15 -0400 Subject: [PATCH] Need to remove extraneous printf --- gc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gc.c b/gc.c index 60889ab8..7d3dfb02 100644 --- a/gc.c +++ b/gc.c @@ -1,3 +1,4 @@ +TODO: what the fuck is being printed by the runtime? looks like a time_t? find and remove it from this branch and gc-dev3 /* A basic mark-sweep GC As of now, the GC code is based off the implementation from chibi scheme