compiler/zo-marshal: repair for module language info
Same repair as commit bc6670c8e0
for the Racket core.
This commit is contained in:
parent
838a58ee84
commit
f475997263
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user