From 79c0d658b705630eaaf5624d2eb1544568bbe43c Mon Sep 17 00:00:00 2001 From: ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sun, 11 Apr 1999 04:51:57 +0000 Subject: [PATCH] * jump.c (jump_optimize_1): Make the definition static to match the prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26346 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/jump.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94a1f4a91a80..8156f68be5f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 11 07:43:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * jump.c (jump_optimize_1): Make the definition static to match + the prototype. + Sat Apr 10 22:51:53 1999 Jan Hubicka <hubicka@limax.paru.cas.cz> * flow.c (life_analysis): New parameter remove_dead_code. diff --git a/gcc/jump.c b/gcc/jump.c index 9a031937dd23..7c11fd386a99 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -176,7 +176,7 @@ rebuild_jump_labels (f) It works because `delete_insn' checks the value of `optimize' and refrains from actually deleting when that is 0. */ -void +static void jump_optimize_1 (f, cross_jump, noop_moves, after_regscan, mark_labels_only) rtx f; int cross_jump; -- GitLab