compiler/zo-marshal: repair for module language info

Same repair as commit bc6670c8e0 for the Racket core.
This commit is contained in:
Matthew Flatt 2015-02-09 17:53:27 -07:00
parent 838a58ee84
commit f475997263

View File

@ -1092,7 +1092,7 @@
[l (cons max-let-depth l)]
[l (cons internal-context l)] ; module->namespace syntax
[l (list* #f #f l)] ; obsolete `functional?' info
[l (cons lang-info l)] ; lang-info
[l (cons (protect-quote lang-info) l)] ; lang-info
[l (cons (map convert-module post-submodules) l)]
[l (cons (map convert-module pre-submodules) l)]
[l (cons (if (memq 'cross-phase flags) #t #f) l)]