diff options
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 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; |

