frightening bug, #%if was capturing everything
(cherry picked from commit 34fbc9a06f
)
This commit is contained in:
parent
724313c766
commit
eb76f9fbc2
|
@ -150,7 +150,7 @@
|
||||||
stx
|
stx
|
||||||
#f
|
#f
|
||||||
; cond :
|
; cond :
|
||||||
[(#%if test (#%let () then) else-stx)
|
[(if test (let-values () then) else-stx)
|
||||||
(let ([origin (syntax-property stx 'origin)]
|
(let ([origin (syntax-property stx 'origin)]
|
||||||
[rebuild-if
|
[rebuild-if
|
||||||
(lambda (new-cond-test)
|
(lambda (new-cond-test)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user