Commit dc2b15dc by Richard Stallman

(push_float_handler): Declare arg old_handler.

From-SVN: r2570
parent ab94876e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment