fix syntax-parameterize when RHS refers to LHS (PR 8383)

svn: r4830
This commit is contained in:
Matthew Flatt 2006-11-13 00:49:50 +00:00
parent 5e0aacd1f3
commit b8924dfbea

View File

@ -52,7 +52,7 @@
"duplicate binding"
stx
dup)))
#'(letrec-syntaxes+values ([(gen-id) (convert-renamer val)] ...) ()
#'(let-syntaxes ([(gen-id) (convert-renamer val)] ...)
body0 body ...)))]))
;; ----------------------------------------