From c716c35df1944a27caf998bb8a70033e2ed18efe Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 15 Jan 1993 16:01:03 -0500 Subject: [PATCH] Undo previous change. From-SVN: r3252 --- gcc/final.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/final.c b/gcc/final.c index 8adae746f2a..7c3a61b36ac 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -103,6 +103,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ rtx peephole (); void output_asm_insn (); rtx alter_subreg (); +static int alter_cond (); void output_asm_label (); static void output_operand (); void output_address ();