fix module-bound?, start compiling srfi-18.scm
authorAndy Wingo <wingo@pobox.com>
Sun, 26 Apr 2009 09:35:23 +0000 (11:35 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 26 Apr 2009 09:35:23 +0000 (11:35 +0200)
commitf176c584d0513f4dea82329011f81f114f3a8ec9
tree39c91ed1bfffbb097584a6e192a03cc6b17865f4
parent39f30ea29df55eda3f92d0cf68f1f89282a1418e
fix module-bound?, start compiling srfi-18.scm

* module/Makefile.am (SRFI_SOURCES): Let's finally start compiling
  srfi-18.scm, what the hell.

* module/ice-9/boot-9.scm (module-bound?): module-bound? was returning
  true if (not (variable-bound? (module-local-variable m v))), but
  (variable-bound? (module-variable m v)). Fix to cut out on the first
  variable it finds. This bug has been there for a while now.
module/Makefile.am
module/ice-9/boot-9.scm