diff options
author | Kelley Cook <kelleycook@wideopenwest.com> | 2003-10-05 02:52:33 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2003-10-05 02:52:33 +0000 |
commit | 35222de242df6eb8698fda53c711915914639f68 (patch) | |
tree | e516154ce364b9369cda43f15cb17b6f1187ebb5 /gcc/java/jvspec.c | |
parent | 790ca6641b98da56819b89ed36c46179e5897f3f (diff) | |
download | gcc-35222de242df6eb8698fda53c711915914639f68.zip gcc-35222de242df6eb8698fda53c711915914639f68.tar.gz gcc-35222de242df6eb8698fda53c711915914639f68.tar.bz2 |
* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
From-SVN: r72107
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r-- | gcc/java/jvspec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c index 575d941..83bf281 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; |