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/jcf.h | |
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/jcf.h')
-rw-r--r-- | gcc/java/jcf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h index 5b97fec..b7a6f38 100644 --- a/gcc/java/jcf.h +++ b/gcc/java/jcf.h @@ -73,7 +73,7 @@ jcf_open_exact_case (const char* filename, int oflag); #endif /* WIN32 */ struct JCF; -typedef int (*jcf_filbuf_t) PARAMS ((struct JCF*, int needed)); +typedef int (*jcf_filbuf_t) (struct JCF*, int needed); union cpool_entry GTY(()) { jword GTY ((tag ("0"))) w; |