fix `raco ctool -e' for syntax taints
Merge to 5.1.2
(cherry picked from commit 8504996862
)
This commit is contained in:
parent
eddf893dc6
commit
f87c5acdf9
|
@ -1576,7 +1576,7 @@
|
|||
norm?))))
|
||||
|
||||
(define (parse-let % rec? stx env loop)
|
||||
(syntax-case stx ()
|
||||
(syntax-case (syntax-disarm stx code-insp) ()
|
||||
[(_ ([vars rhs] ...) . body)
|
||||
(let* ([varses (syntax->list (syntax (vars ...)))]
|
||||
[rhses (syntax->list (syntax (rhs ...)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user