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)
commit25e82030c013edc97af674a9f80cfa6e403a3f18
tree4163d48351542af72fe37d3aaa0f11b734197167
parent7d596c5b6ace4464ebbf4bedec6261fe8afe0947
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