]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hashtab.c (htab_expand): Add prototype.
authorJan Hubicka <jh@suse.cz>
Thu, 27 Apr 2000 14:59:55 +0000 (14:59 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 27 Apr 2000 14:59:55 +0000 (14:59 +0000)
* hashtab.c (htab_expand): Add prototype.
(find_empty_slot_for_expand): Likewise.

From-SVN: r33487

libiberty/ChangeLog
libiberty/hashtab.c

index 65e71bbd6677c293e346684ebe4632c3cdb9b95d..01168d81b3d42279a3d323b606cf6d5fb61c71fd 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr 27 16:58:43 MET DST 2000  Jan Hubicka  <jh@suse.cz>
+
+       * hashtab.c (htab_expand): Add prototype.
+       (find_empty_slot_for_expand): Likewise.
+
 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * hashtab.c (hash_pointer, eq_pointer): Make definition static to
index fa0ffac22fb95a4330d34b7a63e0f1f65417875a..0c0b9a854e4862d64be0289cd471a674896a5757 100644 (file)
@@ -58,6 +58,8 @@ Boston, MA 02111-1307, USA.  */
 static unsigned long higher_prime_number PARAMS ((unsigned long));
 static hashval_t hash_pointer PARAMS ((const void *));
 static int eq_pointer PARAMS ((const void *, const void *));
+static void htab_expand PARAMS ((htab_t));
+static void **find_empty_slot_for_expand  PARAMS ((htab_t, hashval_t));
 
 /* At some point, we could make these be NULL, and modify the
    hash-table routines to handle NULL specially; that would avoid