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 :) --- dat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dat.h') diff --git a/dat.h b/dat.h index b5f6f4f..5e1641e 100644 --- a/dat.h +++ b/dat.h @@ -123,5 +123,4 @@ Module *modules; Module *systemmodule; /* The module for the builtins. Everything has access to those */ Module *usermodule; /* The default module for user defined predicates */ uvlong clausenr; -Binding *replbindings; /* The bindings used by the repl */ -Term *replquery; /* The currently active repl query */ \ No newline at end of file + -- cgit v1.2.3