Fixed some hiding+modules interactions
Fixed some hiding+renames interactions svn: r4463 original commit: 459b86900bc118dda9148970f8a95ad74acdadff
This commit is contained in:
parent
19920550e1
commit
92b54ca27b
|
@ -244,6 +244,7 @@
|
|||
(cons (make-mod:lift-end $1) $2)])
|
||||
|
||||
(ModulePass1-Part
|
||||
(#:no-wrap)
|
||||
[((? EE) (? ModulePass1/Prim))
|
||||
(make-mod:prim $1 $2)]
|
||||
[(EE splice)
|
||||
|
@ -277,6 +278,7 @@
|
|||
(cons (make-mod:lift-end $1) $2)])
|
||||
|
||||
(ModulePass2-Part
|
||||
(#:no-wrap)
|
||||
;; not normal; already handled
|
||||
[()
|
||||
(make-mod:skip)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user