(push_float_handler): Declare arg old_handler.

From-SVN: r2570
This commit is contained in:
Richard Stallman 1992-10-23 09:51:12 +00:00
parent ab94876e5e
commit dc2b15dc4b
1 changed files with 1 additions and 1 deletions

View File

@ -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;