diff options
author | Jan Hubicka <jh@suse.cz> | 2000-04-27 14:59:55 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2000-04-27 14:59:55 +0000 |
commit | 8e02c4d08d74b07290d9f18eae923e5a77914f62 (patch) | |
tree | 5912b22db4e0cf68fd80958ee2e0652805616d05 /libiberty/hashtab.c | |
parent | 01329426bf4c67e7451bc4edda2ad84772918767 (diff) | |
download | gcc-8e02c4d08d74b07290d9f18eae923e5a77914f62.tar.gz |
hashtab.c (htab_expand): Add prototype.
* hashtab.c (htab_expand): Add prototype.
(find_empty_slot_for_expand): Likewise.
From-SVN: r33487
Diffstat (limited to 'libiberty/hashtab.c')
-rw-r--r-- | libiberty/hashtab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index fa0ffac22fb..0c0b9a854e4 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -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 |