summaryrefslogtreecommitdiff
path: root/libguile/modules.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-04-26 11:35:23 +0200
committerAndy Wingo <wingo@pobox.com>2009-04-26 11:35:23 +0200
commitf176c584d0513f4dea82329011f81f114f3a8ec9 (patch)
tree39c91ed1bfffbb097584a6e192a03cc6b17865f4 /libguile/modules.c
parent39f30ea29df55eda3f92d0cf68f1f89282a1418e (diff)
downloadguile-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