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

svn: r4830

original commit: b8924dfbeaf21d152dd6258ca41867fc717b18e4
This commit is contained in:
Matthew Flatt 2006-11-13 00:49:50 +00:00
parent b44b6de3f1
commit db5974cdcc

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 ...)))]))
;; ----------------------------------------