OSDN Git Service

* except.c (maybe_start_try): Remove excess argument to
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2000 19:10:07 +0000 (19:10 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2000 19:10:07 +0000 (19:10 +0000)
`check_start_handlers'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31900 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/except.c

index e35aad4..31d6201 100644 (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>
 
index 1667e18..83b9a81 100644 (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