Fixed some hiding+modules interactions

Fixed some hiding+renames interactions

svn: r4463

original commit: 459b86900bc118dda9148970f8a95ad74acdadff
This commit is contained in:
Ryan Culpepper 2006-10-02 15:31:33 +00:00
parent 19920550e1
commit 92b54ca27b

View File

@ -244,6 +244,7 @@
(cons (make-mod:lift-end $1) $2)]) (cons (make-mod:lift-end $1) $2)])
(ModulePass1-Part (ModulePass1-Part
(#:no-wrap)
[((? EE) (? ModulePass1/Prim)) [((? EE) (? ModulePass1/Prim))
(make-mod:prim $1 $2)] (make-mod:prim $1 $2)]
[(EE splice) [(EE splice)
@ -277,6 +278,7 @@
(cons (make-mod:lift-end $1) $2)]) (cons (make-mod:lift-end $1) $2)])
(ModulePass2-Part (ModulePass2-Part
(#:no-wrap)
;; not normal; already handled ;; not normal; already handled
[() [()
(make-mod:skip)] (make-mod:skip)]