Commit ef86eabb by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 7c5f52db
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* except.c (check_start_handlers): Re-add prototype lost in last * except.c (check_start_handlers): Re-add prototype lost in last
patch. patch.
(maybe_start_try): Remove excess argument to `check_start_handlers'.
2000-02-09 Andrew Haley <aph@cygnus.com> 2000-02-09 Andrew Haley <aph@cygnus.com>
......
...@@ -400,7 +400,7 @@ maybe_start_try (start_pc, end_pc) ...@@ -400,7 +400,7 @@ maybe_start_try (start_pc, end_pc)
range = range->outer; range = range->outer;
current_range = range; 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 /* Emit any end-of-try-range ending at end_pc and starting before
......
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