aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 8c2efb59..93524aff 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -412,7 +412,7 @@
(if (probe-file c)
(progn
(put con 'loaded c)
- (load c)
+ (|loadModule| c con)
(format t "loaded.~%"))
(format t "skipped.~%"))))
(format t "~%")))