X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftoplevel.lisp;h=f9382446fc724c9e9b129ea7de586b0e8cf5c0fc;hb=ae09f8fd7765f6cab6ad317a13e27ff22ab0c11e;hp=bc4681842a3672efb4095020527fe73d21551b4d;hpb=e44def4f38e02f0e49ed4f3464d0685e3f6f5e86;p=sbcl.git diff --git a/src/code/toplevel.lisp b/src/code/toplevel.lisp index bc46818..f938244 100644 --- a/src/code/toplevel.lisp +++ b/src/code/toplevel.lisp @@ -20,6 +20,7 @@ (progn (defvar sb!vm::*current-catch-block*) (defvar sb!vm::*current-unwind-protect-block*) + #!+hpux (defvar sb!vm::*c-lra*) (defvar *free-interrupt-context-index*)) ;;; specials initialized by !COLD-INIT @@ -619,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.