fix modcollapse bug related to relative paths used from the top level
svn: r8636
This commit is contained in:
parent
0dc359a956
commit
361b471a05
|
@ -138,8 +138,9 @@
|
||||||
(if path
|
(if path
|
||||||
(collapse-module-path
|
(collapse-module-path
|
||||||
path
|
path
|
||||||
(and base
|
(if base
|
||||||
(collapse-module-path-index base relto-mp)))
|
(collapse-module-path-index base relto-mp)
|
||||||
|
relto-mp))
|
||||||
relto-mp)))
|
relto-mp)))
|
||||||
|
|
||||||
(define simple-rel-to-module-path-v/c
|
(define simple-rel-to-module-path-v/c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user