From dc2b15dc4b0850f0164ec92a5ce72b0f42c8c9dd Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 23 Oct 1992 09:51:12 +0000 Subject: [PATCH] (push_float_handler): Declare arg old_handler. From-SVN: r2570 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index e92b7c80915..9cef77b76a6 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1366,7 +1366,7 @@ set_float_handler (handler) int push_float_handler (handler, old_handler) - jmp_buf handler; + jmp_buf handler, old_handler; { int was_handled = float_handled; -- 2.30.2