summaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-21 20:57:00 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-21 20:57:00 +0000
commitfa334f7d14c2fb90bbef3116bf16a0d14d67a2ba (patch)
treee8ac15eb4e2b1725da0aa68199c3eb0515ab1a7b /gcc/java/verify.c
parentbf7619bc588029ca47cf6d4b157168b10417d026 (diff)
downloadgcc-fa334f7d14c2fb90bbef3116bf16a0d14d67a2ba.tar.gz
* buffer.h: PROTO -> PARAMS.
* check-init.c: Likewise. * class.c: Likewise. * constants.c: Likewise. * convert.h: Likewise. * decl.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * gjavah.c: Likewise. * java-except.h: Likewise. * java-tree.h: Likewise. * jcf-depend.c: Likewise. * jcf-dump.c: Likewise. * jcf-parse.c: Likewise. * jcf-path.c: Likewise. * jcf-reader.c: Likewise. * jcf-write.c: Likewise. * jcf.h: Likewise. * jv-scan.c: Likewise. * jvgenmain.c: Likewise. * jvspec.c: Likewise. * lang.c: Likewise. * lex.c: Likewise. * lex.h: Likewise. * parse-scan.y: Likewise. * parse.h: Likewise. * parse.y: Likewise. * typeck.c: Likewise. * verify.c: Likewise. * xref.c: Likewise. * xref.h: Likewise. * zextract.c: Likewise. * zipfile.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31550 138bc75d-0d04-0410-961f-82ee72b054a4
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 d17a184bf40..97c78eca3cb 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;