adapt demodularizer to `compiler/zo-struct' change
This commit is contained in:
parent
4d38f491ca
commit
98740390fa
|
@ -163,13 +163,13 @@
|
||||||
empty
|
empty
|
||||||
(begin
|
(begin
|
||||||
(hash-set! REQUIRED ct #t)
|
(hash-set! REQUIRED ct #t)
|
||||||
(list (make-req (make-stx (make-wrapped ct empty #f)) (make-toplevel 0 0 #f #f)))))]
|
(list (make-req (make-stx (make-wrapped ct empty 'clean)) (make-toplevel 0 0 #f #f)))))]
|
||||||
[(module-path-index? ct)
|
[(module-path-index? ct)
|
||||||
(if (hash-has-key? REQUIRED ct)
|
(if (hash-has-key? REQUIRED ct)
|
||||||
empty
|
empty
|
||||||
(begin
|
(begin
|
||||||
(hash-set! REQUIRED ct #t)
|
(hash-set! REQUIRED ct #t)
|
||||||
(list (make-req (make-stx (make-wrapped ct empty #f)) (make-toplevel 0 0 #f #f)))))]
|
(list (make-req (make-stx (make-wrapped ct empty 'clean)) (make-toplevel 0 0 #f #f)))))]
|
||||||
[(not ct)
|
[(not ct)
|
||||||
empty]
|
empty]
|
||||||
[(@phase? ct)
|
[(@phase? ct)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user