From 480de114963ecee700ece5b8793916726c04b9ab Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 16 Jul 2021 15:25:01 +0000 Subject: Replace the C repl with one written in prolog :) --- garbage.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'garbage.c') diff --git a/garbage.c b/garbage.c index 212c171..4e5d041 100644 --- a/garbage.c +++ b/garbage.c @@ -66,14 +66,10 @@ collectgarbage(void) 1) The modules 2) The goalstack 3) The choicestack - 4) The replbindings - 5) The replquery */ markmodules(); markgoalstack(goalstack); markchoicestack(); - markbindings(replbindings); - markterm(replquery); /* Free the allocations that were not marked as reachable */ for(i = 0; i < TableSize; i++){ -- cgit v1.2.3