() Ian Price <ianpric...@googlemail.com>
() Fri, 16 Dec 2011 01:32:29 +0000

   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 :)

OK, this is a good first and second step.  Now the sticking point:
i am worried that ‘scm_c_make_hash_table’ is undocumented.

Reply via email to