Variables in the PPRINT-LOGICAL-BLOCK macro must be marked as ignorable.
authorJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Sun, 7 Feb 2010 11:26:39 +0000 (12:26 +0100)
committerJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Sun, 7 Feb 2010 11:26:39 +0000 (12:26 +0100)
src/lsp/pprint.lsp

index 716fccc..be0be08 100644 (file)
         (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