aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r--gcc/java/verify.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c
index d17a184..97c78ec 100644
--- a/gcc/java/verify.c
+++ b/gcc/java/verify.c
@@ -1,6 +1,6 @@
/* Handle verification of bytecoded methods for the GNU compiler for
the Java(TM) language.
- Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -33,11 +33,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "java-except.h"
#include "toplev.h"
-static void push_pending_label PROTO ((tree));
-static tree merge_types PROTO ((tree, tree));
-static const char *check_pending_block PROTO ((tree));
-static void type_stack_dup PROTO ((int, int));
-static int start_pc_cmp PROTO ((const PTR, const PTR));
+static void push_pending_label PARAMS ((tree));
+static tree merge_types PARAMS ((tree, tree));
+static const char *check_pending_block PARAMS ((tree));
+static void type_stack_dup PARAMS ((int, int));
+static int start_pc_cmp PARAMS ((const PTR, const PTR));
extern int stack_pointer;