guile-devel
[Top][All Lists]
Advanced

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

mapping.scm and hashx-remove!


From: Kevin Ryde
Subject: mapping.scm and hashx-remove!
Date: Sun, 21 Sep 2003 09:23:11 +1000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

In ice-9/mapping.scm line 97, hash-table-mapping-hooks has a call

        (hashx-get-handle hash-proc assoc-proc delete-proc table key)

which is the wrong number of arguments for that function.

Just from looking at it, I wonder if it's meant to be hashx-remove!
instead of hashx-get-handle.

Except there's no hashx-remove! defined.  scm_hashx_remove_x exists,
but it's not given a scheme level binding.

Looks like scm_hashx_remove_x might be missing "&closure" for
scm_hash_fn_remove_x too, though again that's only from looking at it.




reply via email to

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