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: Andy Wingo
Subject: Re: Guile-SDL 0.4.0 available
Date: Fri, 16 Dec 2011 15:30:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Fri 16 Dec 2011 12:10, Thien-Thi Nguyen <address@hidden> writes:

> () 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.

Patches very much welcome :-) If neither of you has time, please send a
mail to address@hidden so that we don't forget about it.

Andy
-- 
http://wingolog.org/



reply via email to

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