mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 04:10:47 -08:00
loop2.lsp: declare ignoring 'env' in 'loop-body'. Closes #15.
This commit is contained in:
parent
36e80a3c66
commit
f4dcab9203
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ a LET-like macro, and a SETQ-like macro, which perform LOOP-style destructuring.
|
|||
main-body
|
||||
after-loop
|
||||
epilogue)
|
||||
(declare (ignore env))
|
||||
(unless (= (length before-loop) (length after-loop))
|
||||
(error "LOOP-BODY called with non-synched before- and after-loop lists."))
|
||||
;;All our work is done from these copies, working backwards from the end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue