(scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather
authorKevin Ryde <user42@zip.com.au>
Fri, 9 Jul 2004 22:08:43 +0000 (22:08 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 9 Jul 2004 22:08:43 +0000 (22:08 +0000)
commit803d27f9d02c5b9e59bb37b847b75b682655449a
tree1712eabd79a7dfbdab4fda26fb65099ceb237215
parentb7341ea4543259bafa3ba415e9a69fb7d440d6a1
(scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather
than size>=0, since 0<=hash<size cannot be satisfied for size==0, and
such a size causes divide-by-zeros in scm_hasher.
libguile/hash.c