mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
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:
parent
7c5f52db01
commit
ef86eabb6c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user