guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile-SDL 0.4.0 available


From: Thien-Thi Nguyen
Subject: Re: Guile-SDL 0.4.0 available
Date: Fri, 16 Dec 2011 12:10:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

() Ian Price <address@hidden>
() Fri, 16 Dec 2011 01:32:29 +0000

   Andy Wingo <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]