X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=9a0e47dcb1cce0592a071cf339b4af3d940916aa;hb=8b78dfb8dc6c72c73a9c1732f0869e3f02281519;hp=66a6ebca73cc87dff74f4ab4e880263d32218ddd;hpb=f5d283201d69a3187ee159d98a045987226e1fd2;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index 66a6ebc..9a0e47d 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -23,7 +23,7 @@ :format-control format-control :format-arguments format-arguments)) -(define-condition sb!kernel:layout-invalid (type-error) +(define-condition layout-invalid (type-error) () (:report (lambda (condition stream) @@ -31,7 +31,7 @@ "~@" - (sb!kernel:class-proper-name (type-error-expected-type condition)) + (classoid-proper-name (type-error-expected-type condition)) (type-error-datum condition))))) (define-condition case-failure (type-error)