From: law Date: Fri, 17 Apr 1998 12:32:43 +0000 (+0000) Subject: 8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3eac99f4bf121f931409adb7029fb8705addb6d;p=platform%2Fupstream%2Flinaro-gcc.git 8 * stmt.c (mark_seen_cases): Make static and add prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19264 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/stmt.c b/gcc/stmt.c index 611da70..d4ff2e6 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -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;