aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/util.lisp')
-rw-r--r--src/interp/util.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index d18e2d37..6c664800 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -499,6 +499,7 @@
(reroot)
(|resetWorkspaceVariables|)
(|AxiomCore|::|%sysInit|)
+ (|buildHtMacroTable|)
(|initHist|)
(|initNewWorld|)
(compressopen)
@@ -509,8 +510,8 @@
(|setBootAutloadProperties| translate-functions translate-files)
(|setBootAutloadProperties| asauto-functions asauto-files)
(setf (symbol-function '|addConsDB|) #'identity)
- (resethashtables) ; the databases into core, then close the streams
- (|closeAllDatabases|)
+ (|fillDatabasesInCore|) ; the databases into core, then close the streams
+ (|closeAllDatabaseStreams|)
)