X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftoplevel.lisp;h=be58064ba00d76845ce05d14a1fa8b45e63aee21;hb=93be0089fe7b2a9e34bf1cb6da9fe6e902769f5e;hp=9c01fa924a97d499a8ee1151b984fcd8d892b8cc;hpb=fec3614baf361523a4fb154ed80d9b73e1452b2d;p=sbcl.git diff --git a/src/code/toplevel.lisp b/src/code/toplevel.lisp index 9c01fa9..be58064 100644 --- a/src/code/toplevel.lisp +++ b/src/code/toplevel.lisp @@ -472,7 +472,7 @@ steppers to maintain contextual information.") (init-file-name (maybe-dir-name basename) (and maybe-dir-name (concatenate 'string maybe-dir-name "/" basename)))) - (let ((sysinit-truename + #!-win32 (let ((sysinit-truename (probe-init-files sysinit (init-file-name (posix-getenv "SBCL_HOME") "sbclrc") @@ -561,7 +561,7 @@ steppers to maintain contextual information.") (with-simple-restart (abort "~@") (catch 'toplevel-catcher - (sb!unix::reset-signal-mask) + #!-win32 (sb!unix::reset-signal-mask) ;; In the event of a control-stack-exhausted-error, we ;; should have unwound enough stack by the time we get ;; here that this is now possible.