Andy Wingo <wi...@pobox.com> writes:

> It works with Guile 2.0 if you replace:
>
>     #define MAKE_HASH_TABLE(size) \
>       (scm_make_vector (REASONABLE_BUCKET_COUNT (size), SCM_EOL))
>
> with
>
>     #define MAKE_HASH_TABLE(size) \
>       (scm_c_make_hash_table (size))

I can confirm that with this change it works. Thanks ttn for the
release, and thanks andy for saving me some debugging time :)

-- 
Ian Price

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"

Reply via email to