Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e80a3
)
loop2.lsp: declare ignoring 'env' in 'loop-body'. Closes #15.
author
Daniel Kochmański
<dkochmanski@hellsgate.pl>
Sat, 14 Mar 2015 19:08:47 +0000
(20:08 +0100)
committer
Daniel Kochmański
<dkochmanski@hellsgate.pl>
Sat, 14 Mar 2015 19:08:47 +0000
(20:08 +0100)
src/lsp/loop2.lsp
patch
|
blob
|
blame
|
history
diff --git
a/src/lsp/loop2.lsp
b/src/lsp/loop2.lsp
index
5bba874
..
7b59d8e
100755
(executable)
--- a/
src/lsp/loop2.lsp
+++ b/
src/lsp/loop2.lsp
@@
-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: