X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=1239eb44a33fa0ceed367982eba767d6277a3ba8;hb=740af378fef405f7d3735fd95423d90100a10beb;hp=cd7a39d8d586409f07642c586c43111000861596;hpb=68a83a65688bb578163c502e045da298d20a1f0c;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index cd7a39d..1239eb4 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -17,6 +17,8 @@ ;;; 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))