except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.

* except.c (maybe_start_try): Remove excess argument to
	`check_start_handlers'.

From-SVN: r31900
This commit is contained in:
Kaveh R. Ghazi 2000-02-10 19:10:07 +00:00 committed by Kaveh Ghazi
parent 7c5f52db01
commit ef86eabb6c
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* except.c (check_start_handlers): Re-add prototype lost in last
patch.
(maybe_start_try): Remove excess argument to `check_start_handlers'.
2000-02-09 Andrew Haley <aph@cygnus.com>

View File

@ -400,7 +400,7 @@ maybe_start_try (start_pc, end_pc)
range = range->outer;
current_range = range;
check_start_handlers (range, start_pc, end_pc);
check_start_handlers (range, start_pc);
}
/* Emit any end-of-try-range ending at end_pc and starting before