Fix `hash' for pointer objects.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 16:06:52 +0000 (17:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 22:45:23 +0000 (23:45 +0100)
commit3854d5fd235c1c5f4a81e9e967cb3f12af9e6046
treea38d1a579e2ddd51a8570c6f52688823635b9841
parent183f784947ad350aab7595cd58874585ac389e79
Fix `hash' for pointer objects.

Previously all pointer objects would hash to the same value.

* libguile/hash.c (scm_hasher): Add case for `scm_tc7_pointer'.
libguile/hash.c