This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

missing prototypes in hashtab


Perhaps this fits into obvious bugfix rule, but actually this is not
bugfix...

Honza

Wed Apr 26 23:22:06 CEST 2000  Jan Hubicka  <jh@suse.cz>
	* hashtab.c (htab_expand): Add prototype.
	(find_empty_slot_for_expand): Likewise.
*** hashtab.c.old	Wed Apr 26 23:08:45 2000
--- hashtab.c	Wed Apr 26 23:21:31 2000
*************** Boston, MA 02111-1307, USA.  */
*** 58,63 ****
--- 58,65 ----
  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]