X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1report.lisp;h=6a6bb12f64f340cdd8754d4a0045fd1dc54f535d;hb=622b19d2c2e3c387ce70536678a5db17a01ab4cc;hp=d5864d6e24444149c89648bb9613e71263ef95e8;hpb=04a651e749befd65ffd8bf49f689b6e7d55607e2;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))