* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:37:08 +0000 (00:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:37:08 +0000 (00:37 +0000)
commit4820c85bdef7810a62e0680df454547a53579311
treeaf87d76a1d26c65a4bba3812a6deaf911a608fb0
parent4a105521356c59c1a9af6d8ee5830402416ac2f9
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
hash_rehash): Replace `if (limit <= value) abort ();' with
`if (! (value < limit)) abort ();', for readability.
lib/ChangeLog