changeset 4041:8c8f0566f03c

* 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 28 Nov 2002 00:37:08 +0000
parents 0546d7f367db
children 4dde81cd5ec3
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.