use the define-module variants in module-name and make-modules-in
authorAndy Wingo <wingo@pobox.com>
Fri, 23 Apr 2010 13:44:31 +0000 (15:44 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 24 Apr 2010 15:42:00 +0000 (17:42 +0200)
commit9e0bfdbaa39ff87e002ec5bbf7183de4ce8f6b61
tree428ee0b219a0341f57600a18ea43de781db4ac29
parentb910c4ac4ec8c66d1c6495ae958fd76641a32e53
use the define-module variants in module-name and make-modules-in

* module/ice-9/boot-9.scm (module-name): Use module-define-submodule!
  instead of nested-define!.
  (make-modules-in): Rewrite in terms of nested-define-module!.
module/ice-9/boot-9.scm