fix stxparam bug (from Olin via Sam)

svn: r11304
This commit is contained in:
Matthew Flatt 2008-08-18 22:19:18 +00:00
parent 972128abf0
commit c09b9baae8

View File

@ -34,7 +34,7 @@
(syntax-case stx () (syntax-case stx ()
[(set! id _expr) [(set! id _expr)
(free-identifier=? #'set! set!-stx) (free-identifier=? #'set! set!-stx)
(syntax/loc stx (set! target expr))] (syntax/loc stx (set! target _expr))]
[(id . rest) [(id . rest)
(let ([v (syntax (target . rest))]) (let ([v (syntax (target . rest))])
(datum->syntax (datum->syntax