minor bugfix

svn: r4028
This commit is contained in:
Eli Barzilay 2006-08-12 02:18:03 +00:00
parent f234111f23
commit 307b638c8d

View File

@ -271,7 +271,7 @@
(map inner (syntax->list #`(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)]
[user-position (syntax-property stx 'user-position)]
[clause-padder (case label [(and) #`true] [(or) #`false])])