mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Use the exact set! syntactic-closure from the identifier-syntax form
Without this, set! isn’t recognized correctly as a literal and the set! form erroneously matches any application form with two arguments
This commit is contained in:
parent
d55d6c619c
commit
bddbdc801d
1 changed files with 1 additions and 1 deletions
|
@ -1137,7 +1137,7 @@
|
|||
rename compare
|
||||
#t
|
||||
ellipsis ellipsis-specified?
|
||||
(list _set!)
|
||||
(list (caar (cadr forms)))
|
||||
(list (cadr forms)
|
||||
(list
|
||||
(cons (caar forms) _o)
|
||||
|
|
Loading…
Add table
Reference in a new issue