* 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)
hash_rehash): Replace `if (limit <= value) abort ();' with
`if (! (value < limit)) abort ();', for readability.

lib/ChangeLog

index 3c12748ab007b472fe467da7af658c84a1933e62..68b5ed93925c8b3fcdf07d7c6435bca2f7f2c94b 100644 (file)
@@ -1,3 +1,9 @@
+2002-11-27  Paul Eggert  <eggert@twinsun.com>
+
+       * 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.
+
 2002-11-26    <karl@gnu.org>
 
        * strdup.c: copy from libc again, with jim's ok.