diff options
Diffstat (limited to 'src/interp/util.lisp')
-rw-r--r-- | src/interp/util.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp index 17e6c26c..d18e2d37 100644 --- a/src/interp/util.lisp +++ b/src/interp/util.lisp @@ -510,6 +510,7 @@ (|setBootAutloadProperties| asauto-functions asauto-files) (setf (symbol-function '|addConsDB|) #'identity) (resethashtables) ; the databases into core, then close the streams + (|closeAllDatabases|) ) |