X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fproclaim.lisp;h=5fe42b1b12e21dc53facaf6e6d02d9b66d01a37b;hb=4aa82530da00c41e2751671ac75eda2d19a173a0;hp=e2be4a231f3364a1c0eccf227dfd2601dbca45a4;hpb=fa8962d732057015fbb9a2f8a08ea8d5299b50dd;p=sbcl.git diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index e2be4a2..5fe42b1 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -102,7 +102,7 @@ (defun canonized-decl-spec (decl-spec) (let ((id (first decl-spec))) (unless (symbolp id) - (error "The declaration identifier is not a symbol: ~S" what)) + (error "The declaration identifier is not a symbol: ~S" id)) (let ((id-is-type (info :type :kind id)) (id-is-declared-decl (info :declaration :recognized id))) (cond ((and id-is-type id-is-declared-decl)