summaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 02:52:33 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 02:52:33 +0000
commit228ea8f053751510b29b2b323b2abe77a521ffbc (patch)
treee516154ce364b9369cda43f15cb17b6f1187ebb5 /gcc/java/jvspec.c
parente8d74f4143e5ddb57f014bc078e6d76c2e4dc5bc (diff)
downloadgcc-228ea8f053751510b29b2b323b2abe77a521ffbc.tar.gz
* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index 575d9410b38..83bf28183a3 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -48,8 +48,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
/* True if this arg is a resource file. */
#define RESOURCE_FILE_ARG (1<<7)
-static char *find_spec_file PARAMS ((const char *));
-static int verify_class_name PARAMS ((const char *));
+static char *find_spec_file (const char *);
+static int verify_class_name (const char *);
static const char *main_class_name = NULL;
int lang_specific_extra_outfiles = 0;