changeset 1037:b24d08ec1fa3

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 20 Sep 1997 19:33:46 +0000
parents 959139283fc7
children b12d8086ca7a
files lib/hash.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -182,10 +182,7 @@
    - if KEY_COMPARATOR or HASH is null
    - if it was unable to allocate sufficient storage for the hash table
    - if WHEN_TO_REHASH is zero or negative
-   Otherwise it returns zero.
-
-   FIXME: tell what happens to any existing hash table when this
-   function is called (e.g. a second time).  */
+   Otherwise it returns zero.  */
 
 HT *
 hash_initialize (unsigned int candidate_table_size,