original commit: b96c2a6800e291e6edcefad83ea981fe681e42c1
This commit is contained in:
Robby Findler 2004-01-05 08:40:44 +00:00
parent 26c2d754fd
commit 9213b2bfa7

View File

@ -225,7 +225,8 @@
((_ exp clause ...) ((_ exp clause ...)
(quasisyntax/loc (quasisyntax/loc
stx stx
(let ((x exp)) #,(gen-match (syntax x) (let ((x exp))
#,(gen-match (syntax x)
'() '()
(syntax (clause ...)) (syntax (clause ...))
stx))))))) stx)))))))