original commit: 032487bf60405718bd47ba75cd01cd2194df2ba4
This commit is contained in:
Matthew Flatt 1997-06-18 14:16:21 +00:00
parent 68ea6591ec
commit 210e2e83e2

View File

@ -117,7 +117,10 @@
[(eq? test '/)
(let ([g (gensym)]
[re (car body)]
[vars (caddr body)]
[vars (append (map (lambda (s)
(or s (gensym)))
(caddr body))
(gensym))]
[body (cdddr body)])
(set! initvars (cons `(,g (regexp ,re)) initvars))
(cons