diff options
author | Andy Wingo <wingo@pobox.com> | 2009-04-26 11:35:23 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-04-26 11:35:23 +0200 |
commit | f176c584d0513f4dea82329011f81f114f3a8ec9 (patch) | |
tree | 39c91ed1bfffbb097584a6e192a03cc6b17865f4 /libguile/modules.c | |
parent | 39f30ea29df55eda3f92d0cf68f1f89282a1418e (diff) | |
download | guile-f176c584d0513f4dea82329011f81f114f3a8ec9.tar.gz |
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.
Diffstat (limited to 'libguile/modules.c')
0 files changed, 0 insertions, 0 deletions