summaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-09 23:16:56 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-09 23:16:56 +0000
commit6852521a239ad1a3c36c1aaf1952c1358853a403 (patch)
treec01acffab8cc0c484f09b1cdd4401847e024105e /gcc/java/verify.c
parent58ada791d3cb97df7eae8ab3db29f9a5d4149e79 (diff)
downloadgcc-6852521a239ad1a3c36c1aaf1952c1358853a403.tar.gz
* All Files: Remove PARAMS macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61133 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 585cd171dd7..a21cb83694b 100644
--- a/gcc/java/verify.c
+++ b/gcc/java/verify.c
@@ -36,12 +36,12 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "java-except.h"
#include "toplev.h"
-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));
-static char *pop_argument_types PARAMS ((tree));
+static void push_pending_label (tree);
+static tree merge_types (tree, tree);
+static const char *check_pending_block (tree);
+static void type_stack_dup (int, int);
+static int start_pc_cmp (const PTR, const PTR);
+static char *pop_argument_types (tree);
extern int stack_pointer;