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: Ian Price
Subject: Re: Guile-SDL 0.4.0 available
Date: Fri, 16 Dec 2011 01:32:29 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

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

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

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