X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1report.lisp;h=6a6bb12f64f340cdd8754d4a0045fd1dc54f535d;hb=333049ee307ddeb69d4b7eee3c2a381da494da31;hp=d5864d6e24444149c89648bb9613e71263ef95e8;hpb=a0773e7d643c53e8626e49a560fb2b5ba6d8790e;p=sbcl.git diff --git a/src/compiler/ir1report.lisp b/src/compiler/ir1report.lisp index d5864d6..6a6bb12 100644 --- a/src/compiler/ir1report.lisp +++ b/src/compiler/ir1report.lisp @@ -281,9 +281,9 @@ ;;; ;;; We suppress printing of messages identical to the previous, but ;;; record the number of times that the message is repeated. -(defmacro print-compiler-message (stream format-string format-args) - `(with-compiler-io-syntax - (%print-compiler-message ,stream ,format-string ,format-args))) +(defun print-compiler-message (stream format-string format-args) + (with-compiler-io-syntax + (%print-compiler-message stream format-string format-args))) (defun %print-compiler-message (stream format-string format-args) (declare (type simple-string format-string))