X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsignal.lisp;h=2ededa6784ae59acebd9c5f97bd1bdddffbc2d01;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=46679aad64683873df455c020a90afcad4959ffd;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/signal.lisp b/src/code/signal.lisp index 46679aa..2ededa6 100644 --- a/src/code/signal.lisp +++ b/src/code/signal.lisp @@ -125,9 +125,7 @@ ;; old code which expects the symbol with the same print name as ;; our keywords to be a constant with a value equal to the signal ;; number. - (defconstant ,symbol ,number ,description) - (let ((sb!int::*rogue-export* "DEF-MATH-RTN")) - (export ',symbol))))) + (defconstant ,symbol ,number ,description)))) (defun unix-signal-or-lose (arg) (let ((signal (find arg *unix-signals*