Variables in the PPRINT-LOGICAL-BLOCK macro must be marked as ignorable.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-07 12:26:39 +01:00
parent 38f4c03a35
commit b54a4e8887

View file

@ -874,6 +874,7 @@
(function
`(ext::lambda-block ,block-name (,object-var ,stream-var
&aux (,count-name 0))
(declare (ignorable ,object-var ,stream-var ,count-name))
(macrolet ((pprint-pop ()
'(progn
(unless (pprint-pop-helper ,object-var ,count-name