stmt.c (mark_seen_cases): Make static and add prototype.

8
        * stmt.c (mark_seen_cases): Make static and add prototype.

From-SVN: r19264
This commit is contained in:
Jeff Law 1998-04-17 06:32:43 -06:00
parent 00769100ef
commit ba5b9572d6
1 changed files with 3 additions and 2 deletions

View File

@ -449,7 +449,8 @@ static void emit_jump_if_reachable PROTO((rtx));
static void emit_case_nodes PROTO((rtx, case_node_ptr, rtx, tree));
static int add_case_node PROTO((tree, tree, tree, tree *));
static struct case_node *case_tree2list PROTO((case_node *, case_node *));
static void mark_seen_cases PROTO((tree, unsigned char *,
long, int));
void
using_eh_for_cleanups ()
@ -4322,7 +4323,7 @@ all_cases_count (type, spareness)
The time needed is proportional to COUNT, unless
SPARSENESS is 2, in which case quadratic time is needed. */
void
static void
mark_seen_cases (type, cases_seen, count, sparseness)
tree type;
unsigned char *cases_seen;