reorder module system boot time
authorAndy Wingo <wingo@pobox.com>
Tue, 2 Sep 2008 07:42:39 +0000 (00:42 -0700)
committerAndy Wingo <wingo@pobox.com>
Sun, 7 Sep 2008 20:27:18 +0000 (22:27 +0200)
commitb95b1b835e932116b9b771e8de933afaaa1e0d9d
treec5aa420f8a8b571e1d1f708c10b1064a5cd4fd46
parent73dea589ca6eb3361cf9583a09f8272f546ee3bf
reorder module system boot time

* ice-9/boot-9.scm: Postpone module system boot until (%app modules) is
  defined, so that resolve-module will work. This might not actually be
  necessary given the previous tomfoolery in resolve-module, but it
  doesn't seem like a bad change.
ice-9/boot-9.scm