X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdebug.lisp;h=15d3008175ac31af3bf0139c276d51d1972154cf;hb=f3491f128307938cc56367f739b8fbf9e5d503b6;hp=155b8475e930c39ffa4c7036f0708de1b7550e2e;hpb=757091b10a73a7f6e2bd673bcf990ac93f23f77c;p=sbcl.git diff --git a/src/compiler/debug.lisp b/src/compiler/debug.lisp index 155b847..15d3008 100644 --- a/src/compiler/debug.lisp +++ b/src/compiler/debug.lisp @@ -122,7 +122,7 @@ (unless (or (constant-p v) (and (global-var-p v) (member (global-var-kind v) - '(:global :special)))) + '(:global :special :unknown)))) (barf "strange *FREE-VARS* entry: ~S" v)) (dolist (n (leaf-refs v)) (check-node-reached n)) @@ -931,11 +931,6 @@ (symbol (block-or-lose (gethash thing *free-funs*))))) ;;; Print cN. -(defun print-continuation (cont) - (declare (type continuation cont)) - (format t " c~D" (cont-num cont)) - (values)) - (defun print-ctran (cont) (declare (type ctran cont)) (format t "c~D " (cont-num cont))