fix modcollapse bug related to relative paths used from the top level

svn: r8636
This commit is contained in:
Matthew Flatt 2008-02-13 00:19:43 +00:00
parent 0dc359a956
commit 361b471a05

View File

@ -138,8 +138,9 @@
(if path
(collapse-module-path
path
(and base
(collapse-module-path-index base relto-mp)))
(if base
(collapse-module-path-index base relto-mp)
relto-mp))
relto-mp)))
(define simple-rel-to-module-path-v/c