frightening bug, #%if was capturing everything

(cherry picked from commit 34fbc9a06f)
This commit is contained in:
John Clements 2010-10-20 12:03:59 -07:00 committed by Ryan Culpepper
parent 724313c766
commit eb76f9fbc2

View File

@ -150,7 +150,7 @@
stx
#f
; cond :
[(#%if test (#%let () then) else-stx)
[(if test (let-values () then) else-stx)
(let ([origin (syntax-property stx 'origin)]
[rebuild-if
(lambda (new-cond-test)