aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-path.c
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2003-01-09 23:16:56 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2003-01-09 23:16:56 +0000
commitfa05d01908827f9110546c37d7e5c8e8864a360b (patch)
treec01acffab8cc0c484f09b1cdd4401847e024105e /gcc/java/jcf-path.c
parent3fe8f2701c09d161f6fec61949301392d6ae9552 (diff)
* All Files: Remove PARAMS macro.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@61133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf-path.c')
-rw-r--r--gcc/java/jcf-path.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/java/jcf-path.c b/gcc/java/jcf-path.c
index ddb31a53b65..4e34f7a12fe 100644
--- a/gcc/java/jcf-path.c
+++ b/gcc/java/jcf-path.c
@@ -62,10 +62,10 @@ struct entry
struct entry *next;
};
-static void free_entry PARAMS ((struct entry **));
-static void append_entry PARAMS ((struct entry **, struct entry *));
-static void add_entry PARAMS ((struct entry **, const char *, int));
-static void add_path PARAMS ((struct entry **, const char *, int));
+static void free_entry (struct entry **);
+static void append_entry (struct entry **, struct entry *);
+static void add_entry (struct entry **, const char *, int);
+static void add_path (struct entry **, const char *, int);
/* We support several different ways to set the class path.