svn: r9884

This commit is contained in:
Eli Barzilay 2008-05-19 13:11:09 +00:00
parent 935ce0c9e3
commit 9933ce7312

View File

@ -80,8 +80,7 @@
(provide module-path-prefix->string)
(define (module-path-prefix->string p)
(format "~a" (path->main-collects-relative
(resolve-module-path p #f))))
(format "~a" (path->main-collects-relative (resolve-module-path p #f))))
;; ----------------------------------------