Commit 4c168c6e by Andreas Jaeger Committed by Andreas Jaeger

except.c: Remove duplicate declaration of push_eh_cleanup.

	* except.c: Remove duplicate declaration of push_eh_cleanup.

	* call.c: Remove extra declaration of inhibit_warnings.

From-SVN: r68065
parent 23d6baa3
2003-06-17 Andreas Jaeger <aj@suse.de>
* except.c: Remove duplicate declaration of push_eh_cleanup.
* call.c: Remove extra declaration of inhibit_warnings.
2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org> 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
2003-06-16 Jens-Michael Hoffmann <jensmh@gmx.de> 2003-06-16 Jens-Michael Hoffmann <jensmh@gmx.de>
......
...@@ -38,8 +38,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,8 +38,6 @@ Boston, MA 02111-1307, USA. */
#include "diagnostic.h" #include "diagnostic.h"
#include "intl.h" #include "intl.h"
extern int inhibit_warnings;
static tree build_field_call (tree, tree, tree); static tree build_field_call (tree, tree, tree);
static struct z_candidate * tourney (struct z_candidate *); static struct z_candidate * tourney (struct z_candidate *);
static int equal_functions (tree, tree); static int equal_functions (tree, tree);
......
...@@ -44,7 +44,6 @@ static tree build_eh_type_type (tree); ...@@ -44,7 +44,6 @@ static tree build_eh_type_type (tree);
static tree do_begin_catch (void); static tree do_begin_catch (void);
static int dtor_nothrow (tree); static int dtor_nothrow (tree);
static tree do_end_catch (tree); static tree do_end_catch (tree);
static void push_eh_cleanup (tree);
static bool decl_is_java_type (tree decl, int err); static bool decl_is_java_type (tree decl, int err);
static void initialize_handler_parm (tree, tree); static void initialize_handler_parm (tree, tree);
static tree do_allocate_exception (tree); static tree do_allocate_exception (tree);
......
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