* except.c (check_start_handlers): Prototype.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2000 16:48:43 +0000 (16:48 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Feb 2000 16:48:43 +0000 (16:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31896 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b536e5e..e35aad4 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * except.c (check_start_handlers): Re-add prototype lost in last
+       patch.
+
 2000-02-09  Andrew Haley  <aph@cygnus.com>
 
        * decl.c (clear_binding_level): Remove excess initializer.
index 1fb5934..1667e18 100644 (file)
@@ -42,6 +42,7 @@ static void expand_end_java_handler PARAMS ((struct eh_range *));
 static struct eh_range *find_handler_in_range PARAMS ((int, struct eh_range *,
                                                      struct eh_range *));
 static void link_handler PARAMS ((struct eh_range *, struct eh_range *));
+static void check_start_handlers PARAMS ((struct eh_range *, int));
 
 extern struct obstack permanent_obstack;