aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-17 22:08:54 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-17 22:08:54 +0000
commit10baedf8aa83e58aacc8dd830774c37b60ab11a3 (patch)
treeb24895f92d6c5271ab6b0467dc5b3d29c2f36e8e /src/interp/sys-driver.boot
parent913cf8558e7573b525aa918753df1ca524e5746a (diff)
downloadopen-axiom-10baedf8aa83e58aacc8dd830774c37b60ab11a3.tar.gz
* interp/sys-driver.boot (restart): Rename from RESTART.
(SET-RESTART-HOOK): Use restart. * interp/Makefile.pamphlet (${SAVESYS}): Refer restart, not RESTART. (${AXIOMSYS}): Likewise.
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 01d59905..4cdeebf0 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -134,7 +134,7 @@ initMemoryConfig() ==
)endif
++
-RESTART() ==
+restart() ==
IN_-PACKAGE '"BOOT" -- ??? is this still necessary?
-- ??? Ideally, we should not be calling AxiomCore::topLevel.
-- ??? Rather, we should be called by that function. Therefore
@@ -176,9 +176,9 @@ SPAD_-SAVE(file) ==
SET_-RESTART_-HOOK() ==
)if %hasFeature KEYWORD::GCL
- SETQ(SYSTEM::_*TOP_-LEVEL_-HOOK_*,"RESTART")
+ SETQ(SYSTEM::_*TOP_-LEVEL_-HOOK_*,"restart")
)endif
- "RESTART"
+ "restart"
++ execute Spad script
executeSpadScript(progname,options,file) ==