X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=1239eb44a33fa0ceed367982eba767d6277a3ba8;hb=5edd74f6911093805a009a152b32216b3dba59f7;hp=8197a273c03e14484e28b18ed92bfb09393fd86d;hpb=72408d179d7396904e25e9a3dc423d2634e65072;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index 8197a27..1239eb4 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -17,12 +17,12 @@ ;;; not sure this is the right place, but where else? (defun style-warn (format-control &rest format-arguments) + (/show0 "entering STYLE-WARN") + (/show format-control format-arguments) (warn 'simple-style-warning :format-control format-control :format-arguments format-arguments)) -(define-condition simple-type-error (simple-condition type-error) ()) - (define-condition sb!kernel:layout-invalid (type-error) () (:report