diff options
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r-- | src/interp/sys-driver.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 4fb8611c..5abf11fd 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -353,8 +353,8 @@ systemMain() == restart() )if %hasFeature KEYWORD::ECL SI::_*LISP_-INITIALIZED_* : local := true - apply($originalLispTopLevel,nil) + apply($originalLispTopLevel,[]) )elseif %hasFeature KEYWORD::SBCL - apply($originalLispTopLevel,nil) + apply($originalLispTopLevel,[]) )endif fatalError '"fell off systemMain" |