prevent (resolve-module '(guile)) recursion
authorAndy Wingo <wingo@pobox.com>
Tue, 2 Sep 2008 07:40:57 +0000 (00:40 -0700)
committerAndy Wingo <wingo@pobox.com>
Sun, 7 Sep 2008 20:27:18 +0000 (22:27 +0200)
commit53f84bc8b55efb648e181ded6b973ea87d32d026
tree4cc534519846e69faa814731b5263d0c5c487969
parent3aabb7b793c0b3499b54b4f67674c196ff06557a
prevent (resolve-module '(guile)) recursion

* ice-9/boot-9.scm (resolve-module): Change so that resolving '(guile)
  does not require any module lookups. This is so that while within a
  call to (resolve-module '(guile)), we don't recurse when looking up the
  location for e.g. `append'. I can imagine other ways to get around
  this, but this one seems OK.
ice-9/boot-9.scm