frightening bug, #%if was capturing everything

This commit is contained in:
John Clements 2010-10-20 12:03:59 -07:00
parent dfe6f78d80
commit 34fbc9a06f

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)