frightening bug, #%if was capturing everything
This commit is contained in:
parent
dfe6f78d80
commit
34fbc9a06f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user