minor bugfix
svn: r4028
This commit is contained in:
parent
f234111f23
commit
307b638c8d
|
@ -271,7 +271,7 @@
|
||||||
(map inner (syntax->list #`(body ...)))])
|
(map inner (syntax->list #`(body ...)))])
|
||||||
#`(begin new-body ...))]))
|
#`(begin new-body ...))]))
|
||||||
|
|
||||||
(define ((unwind-and/or label) stx user-source user-position)
|
(define ((unwind-and/or label) stx)
|
||||||
(let ([user-source (syntax-property stx 'user-source)]
|
(let ([user-source (syntax-property stx 'user-source)]
|
||||||
[user-position (syntax-property stx 'user-position)]
|
[user-position (syntax-property stx 'user-position)]
|
||||||
[clause-padder (case label [(and) #`true] [(or) #`false])])
|
[clause-padder (case label [(and) #`true] [(or) #`false])])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user