aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-17 03:50:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-17 03:50:35 +0000
commitffb91646c6f11e84fa886aa5abc2de61ba291cc1 (patch)
tree6381e1c610ffeed10f6705524ad577bb7d3cfa01 /src/interp/util.lisp
parent424c4295242245f3232f6171ab2fffca2c248935 (diff)
downloadopen-axiom-ffb91646c6f11e84fa886aa5abc2de61ba291cc1.tar.gz
* interp/sys-driver.boot (openDatabases): Rename from RESTART0.
(initializeGlobalState): Tidy. (executeSpadScript): Don't display start up messages. (compileSpadLibrary): Likewise. (buildDatabasesHandler): Likewise. (systemMain): Initialize global states. * interp/nrunfast.boot: Defin $NRTvec, $monitorNewWorld. * interp/daase.lisp (|fillDatabasesInCore|): Rename from RESETHASHTABLES. (|closeAllDatabaseStreams|): Rename from closeAllDatabases * interp/util.lisp (build-interpsys): Initialize macro table. * interp/htcheck.boot: Don't initialize macro table here.
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|)
)