X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftoplevel.lisp;h=f9382446fc724c9e9b129ea7de586b0e8cf5c0fc;hb=ae09f8fd7765f6cab6ad317a13e27ff22ab0c11e;hp=bbebd5b83a12c0b49b042734ae848397589a9d52;hpb=26987375eb9dae6e9b15084e317a04a6509dd05f;p=sbcl.git diff --git a/src/code/toplevel.lisp b/src/code/toplevel.lisp index bbebd5b..f938244 100644 --- a/src/code/toplevel.lisp +++ b/src/code/toplevel.lisp @@ -620,7 +620,6 @@ that provides the REPL for the system. Assumes that *STANDARD-INPUT* and (with-simple-restart (abort "~@") (catch 'toplevel-catcher - #!-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.