aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/zextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/zextract.c')
-rw-r--r--gcc/java/zextract.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c
index 1dbcc32..148c77e 100644
--- a/gcc/java/zextract.c
+++ b/gcc/java/zextract.c
@@ -214,9 +214,9 @@ typedef unsigned long ulg; /* predefined on some systems) & match zip */
/* Prototypes */
/***********************/
-static ush makeword PARAMS ((const uch *));
-static ulg makelong PARAMS ((const uch *));
-static long find_zip_file_start PARAMS ((int fd, long offset));
+static ush makeword (const uch *);
+static ulg makelong (const uch *);
+static long find_zip_file_start (int fd, long offset);
/***********************/
/* Function makeword() */