fix stxparam bug (from Olin via Sam)
svn: r11304
This commit is contained in:
parent
972128abf0
commit
c09b9baae8
|
@ -34,7 +34,7 @@
|
|||
(syntax-case stx ()
|
||||
[(set! id _expr)
|
||||
(free-identifier=? #'set! set!-stx)
|
||||
(syntax/loc stx (set! target expr))]
|
||||
(syntax/loc stx (set! target _expr))]
|
||||
[(id . rest)
|
||||
(let ([v (syntax (target . rest))])
|
||||
(datum->syntax
|
||||
|
|
Loading…
Reference in New Issue
Block a user