summaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
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/jcf.h
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/jcf.h')
-rw-r--r--gcc/java/jcf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 5b97fec9525..b7a6f38e236 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;