commit 92b54ca27bc5c19ebf5c2ade68763c7dded630f0
parent 19920550e1682e3dcba824f024a34e9a3066d753
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date: Mon, 2 Oct 2006 15:31:33 +0000
Fixed some hiding+modules interactions
Fixed some hiding+renames interactions
svn: r4463
original commit: 459b86900bc118dda9148970f8a95ad74acdadff
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/collects/macro-debugger/model/deriv-parser.ss b/collects/macro-debugger/model/deriv-parser.ss
@@ -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)]