summaryrefslogtreecommitdiff
path: root/module.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-22 16:58:42 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-22 16:58:42 +0000
commit0cf3816c9419954317fd54da5a063615402bf1d1 (patch)
tree5d9448eae4b0d8bf10f6f6d8b71be45506eda234 /module.c
parentb1f62daf95818858863af0cfe7138a0acac751b2 (diff)
Actually load repl.pl with the prolog loader, and handle module directives
Diffstat (limited to 'module.c')
-rw-r--r--module.c1
1 files changed, 0 insertions, 1 deletions
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");
}