X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsharpm.lisp;h=af7994f17d3c540309ad3b4b35ff83539261c742;hb=77bf768d096845986af71ca5055c94c4abd626ed;hp=dfd32d282fc12fd7b788b9649d912583b9cbda0f;hpb=42702bd5e2af3e0042c9f27372c6f5d92335df12;p=sbcl.git diff --git a/src/code/sharpm.lisp b/src/code/sharpm.lisp index dfd32d2..af7994f 100644 --- a/src/code/sharpm.lisp +++ b/src/code/sharpm.lisp @@ -378,7 +378,9 @@ ((character-decoding-error #'(lambda (decoding-error) (declare (ignorable decoding-error)) - (style-warn "Character decoding error in a #|-comment at position ~A reading source file ~A, resyncing." (file-position stream) stream) + (style-warn + 'sb!kernel::character-decoding-error-in-dispatch-macro-char-comment + :sub-char sub-char :position (file-position stream) :stream stream) (invoke-restart 'attempt-resync)))) (let ((stream (in-synonym-of stream))) (if (ansi-stream-p stream)