normalize module rename info to vector in ".zo" format

This is related to the receent repairs for submodules and
`variable-reference->namespace'.

Merge to v5.3

original commit: 5a1bc5ad40
This commit is contained in:
Matthew Flatt 2012-07-24 07:07:38 -05:00
parent 3c46e5fdc6
commit 462f389bb2

View File

@ -124,7 +124,7 @@
[max-let-depth exact-nonnegative-integer?]
[dummy toplevel?]
[lang-info (or/c #f (vector/c module-path? symbol? any/c))]
[internal-context (or/c #f #t stx? (listof stx?))]
[internal-context (or/c #f #t stx? (vectorof stx?))]
[pre-submodules (listof mod?)]
[post-submodules (listof mod?)]))