hash.c: Avoid use of <assert.h>.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2002 07:03:07 +0000 (07:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2002 07:03:07 +0000 (07:03 +0000)
lib/ChangeLog

index 52562580e3af8d73156fde8df01455cac784547f..be058cf149edf90278687896e2a93b6dffb73af0 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-22  Paul Eggert  <eggert@twinsun.com>
+
+       * hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
+       hint that one should use `if (! x) abort ();' rather than `assert
+       (x);', and anyway it's one less thing to worry about configuring.
+       (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
+       hash_rehash, hash_insert): Use abort rather than assert.
+
 2002-11-22  Paul Eggert  <eggert@twinsun.com>
 
        * quotearg.h: Allow multiple inclusion by surrounding with