Commit 8e02c4d0 by Jan Hubicka Committed by Jan Hubicka

hashtab.c (htab_expand): Add prototype.

	* hashtab.c (htab_expand): Add prototype.
	(find_empty_slot_for_expand): Likewise.

From-SVN: r33487
parent 01329426
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment