module-ref-submodule deprecation fixes
authorAndy Wingo <wingo@pobox.com>
Tue, 31 Aug 2010 16:22:59 +0000 (09:22 -0700)
committerAndy Wingo <wingo@pobox.com>
Fri, 3 Sep 2010 04:31:55 +0000 (21:31 -0700)
commitdcb68c09d03cf9006c8e2c21c726a3f35be026bd
treec033f75167e867b6d339367d999420d02f4c8b92
parent61bac799dd1a1c004537a2ee2a21e729179d67f2
module-ref-submodule deprecation fixes

* module/ice-9/boot-9.scm (module-ref-submodule)
  (module-define-submodule!): Pull deprecated shims here, as we need
  them before loading (ice-9 deprecated). Also bugfix to only define the
  module if there is no local variable, even if it is unbound.

* module/ice-9/deprecated.scm: Remove from here.
module/ice-9/boot-9.scm
module/ice-9/deprecated.scm