tweak to resolve-module
authorAndy Wingo <wingo@pobox.com>
Fri, 23 Apr 2010 13:34:22 +0000 (15:34 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Apr 2010 14:14:31 +0000 (16:14 +0200)
commit51b22dbb48b51303e0a2f8d3fa2b87e703736feb
tree2a05bf8373bb733d9bbc572756ffd7dfc0966a9a
parentaa26a6d2b15f2a1315fffb2fec9ea7c8b4ef81f1
tweak to resolve-module

* module/ice-9/boot-9.scm (resolve-module): If we found a module but it
  didn't have a public interface and we're not autoloading, just return
  the module directly instead of dispatching to make-modules-in.
module/ice-9/boot-9.scm