From 0cf3816c9419954317fd54da5a063615402bf1d1 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 22 Jul 2021 16:58:42 +0000 Subject: Actually load repl.pl with the prolog loader, and handle module directives --- module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'module.c') diff --git a/module.c b/module.c index 31331c0..07786c2 100644 --- a/module.c +++ b/module.c @@ -21,7 +21,6 @@ initmodules(void) } usermodule = addemptymodule(L"user"); - parsemodule("/sys/lib/prolog/repl.pl"); parsemodule("/sys/lib/prolog/loader.pl"); } -- cgit v1.2.3