From: Paul Eggert Date: Sat, 23 Nov 2002 07:03:07 +0000 (+0000) Subject: hash.c: Avoid use of . X-Git-Tag: cvs-readonly~5169 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5b787b178febfca1c4eb4159da073feb1c00d6b3;p=gnulib.git hash.c: Avoid use of . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 52562580e..be058cf14 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ 2002-11-22 Paul Eggert + * hash.c: Avoid use of , 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 + * quotearg.h: Allow multiple inclusion by surrounding with "#ifndef QUOTEARG_H_". Include , for size_t, so that we can be included first.