Use proper assoc/hash function types in `hashtab.c'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2009 22:38:13 +0000 (23:38 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2009 23:24:09 +0000 (00:24 +0100)
commitf044da55c5b0c0cf444a25e5bd9a76fea5a95f2d
treeb0e495931dbc2d23791553d025c62e0e1465bc09
parentf916cbc4b17165491e7bfe64be4b56913fdacce6
Use proper assoc/hash function types in `hashtab.c'.

This is a followup to d587c9e8b27219e68f8813fb648fc6913c93be0f ("Use
proper types for hash/assoc functions in `hashtab.h'.").

* libguile/hashtab.c (scm_i_rehash, scm_hash_fn_create_handle_x,
  scm_hash_fn_ref, scm_hash_fn_set_x, scm_hash_fn_remove_x): Use
  `scm_t_hash_fn' and `scm_t_assoc_fn' as appropriate.
libguile/hashtab.c