use malloc, not xmalloc in obstack #define
authorJim Meyering <jim@meyering.net>
Wed, 17 Sep 1997 17:06:26 +0000 (17:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Sep 1997 17:06:26 +0000 (17:06 +0000)
commit2fef57672b804a4e50dc4b503aacf27aff3d3597
treecb59a5dee42ddb2abfa04344940ec89e6183fbcd
parentbba93bb711f8cc8101a92d346f456c174a2506f7
use malloc, not xmalloc in obstack #define
use Uli's prime code, not near-prime
(hash_initialize): don't require prime table size as input
(hash_insert_if_absent): When rehashing, choose new size that is 2N+1, not 2N.
lib/hash.c