mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Variables in the PPRINT-LOGICAL-BLOCK macro must be marked as ignorable.
This commit is contained in:
parent
38f4c03a35
commit
b54a4e8887
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue