]> gcc.gnu.org Git - gcc.git/commitdiff
except.c: Remove duplicate declaration of push_eh_cleanup.
authorAndreas Jaeger <aj@suse.de>
Tue, 17 Jun 2003 05:08:00 +0000 (07:08 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 17 Jun 2003 05:08:00 +0000 (07:08 +0200)
* except.c: Remove duplicate declaration of push_eh_cleanup.

* call.c: Remove extra declaration of inhibit_warnings.

From-SVN: r68065

gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/except.c

index d74a2b50b9dc67ac356e54f6be3e672544b818aa..63eb32478e1b721f6db98480db56c45a476210ff 100644 (file)
@@ -1,3 +1,9 @@
+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  Jens-Michael Hoffmann  <jensmh@gmx.de>
index d40a60cc7a1cd35b86f76eb7257400c155490e21..589a78900e51097191e0117792b6ac973d1074be 100644 (file)
@@ -38,8 +38,6 @@ Boston, MA 02111-1307, USA.  */
 #include "diagnostic.h"
 #include "intl.h"
 
-extern int inhibit_warnings;
-
 static tree build_field_call (tree, tree, tree);
 static struct z_candidate * tourney (struct z_candidate *);
 static int equal_functions (tree, tree);
index b8576be061a827d94116b8ff8dafab283eeaae70..70c446d7c5968482a1ecd8da9630faaefb0b9fe8 100644 (file)
@@ -44,7 +44,6 @@ static tree build_eh_type_type (tree);
 static tree do_begin_catch (void);
 static int dtor_nothrow (tree);
 static tree do_end_catch (tree);
-static void push_eh_cleanup (tree);
 static bool decl_is_java_type (tree decl, int err);
 static void initialize_handler_parm (tree, tree);
 static tree do_allocate_exception (tree);
This page took 0.093179 seconds and 5 git commands to generate.