(hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:34:24 +0000 (00:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:34:24 +0000 (00:34 +0000)
commit4a105521356c59c1a9af6d8ee5830402416ac2f9
treee7db65ef2b5780629fc6f61d4870b7e86cbc1b3c
parent8ee0415dbe113fd16461ea60be8f1851e95565cc
(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/hash.c