aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
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) ==