* basic-block.h (init_regset_vector): Delete declaration.
* flow.c (init_regset_vector): Make it static and add a prototype.
From-SVN: r20647
Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
+ * basic-block.h (init_regset_vector): Delete declaration.
+ * flow.c (init_regset_vector): Make it static and add a prototype.
+
* bitmap.h (debug_bitmap): Declare.
* haifa-sched.c (debug_ready_list): Make static.
int_list_ptr *));
extern void compute_dominators PROTO ((sbitmap *, sbitmap *,
int_list_ptr *, int_list_ptr *));
-
-/* In flow.c */
-extern void init_regset_vector PROTO ((regset *, int, struct obstack *));
static int_list_ptr alloc_int_list_node PROTO ((int_list_block **));
static int_list_ptr add_int_list_node PROTO ((int_list_block **,
int_list **, int));
+static void init_regset_vector PROTO ((regset *, int,
+ struct obstack *));
\f
/* Find basic blocks of the current function.
F is the first insn of the function and NREGS the number of register numbers
NELTS elements, and space is allocated from the ALLOC_OBSTACK
obstack. */
-void
+static void
init_regset_vector (vector, nelts, alloc_obstack)
regset *vector;
int nelts;