unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Ian Price <ianprice90@googlemail.com>
Cc: Andy Wingo <wingo@pobox.com>, guile-user@gnu.org
Subject: Re: Guile-SDL 0.4.0 available
Date: Fri, 16 Dec 2011 12:10:40 +0100	[thread overview]
Message-ID: <87iplgg4b3.fsf@ambire.localdomain> (raw)
In-Reply-To: <877h1xti6q.fsf@Kagami.home> (Ian Price's message of "Fri, 16 Dec 2011 01:32:29 +0000")

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

   Andy Wingo <wingo@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	other threads:[~2011-12-16 11:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 11:14 Guile-SDL 0.4.0 available Thien-Thi Nguyen
2011-12-15 12:23 ` Andy Wingo
2011-12-16  1:32   ` Ian Price
2011-12-16 11:10     ` Thien-Thi Nguyen [this message]
2011-12-16 14:30       ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iplgg4b3.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=guile-user@gnu.org \
    --cc=ianprice90@googlemail.com \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).