fix `raco ctool -e' for syntax taints

Merge to 5.1.2
(cherry picked from commit 8504996862)
This commit is contained in:
Matthew Flatt 2011-07-20 14:09:27 -06:00 committed by Eli Barzilay
parent eddf893dc6
commit f87c5acdf9

View File

@ -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 ...)))]