mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
The temporary variables in cmplet.lsp should not have any package (i.e. gensym instead of gentemp)
This commit is contained in:
parent
900282e85f
commit
ac40a4649b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
for b in bindings
|
||||
if (atom b)
|
||||
collect b into real-bindings
|
||||
else collect (setf temp (gentemp "LET")) into temp-names and
|
||||
else collect (setf temp (gensym "LET")) into temp-names and
|
||||
collect (cons temp (cdr b)) into temp-bindings and
|
||||
collect (list (car b) temp) into real-bindings
|
||||
finally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue