From d2097937c57963f4bea75df2d0abe691f74de3fe Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 9 Jan 2003 23:16:56 +0000 Subject: * All Files: Remove PARAMS macro. From-SVN: r61133 --- gcc/java/zextract.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/java/zextract.c') diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c index 1dbcc3245e6..148c77e85da 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() */ -- cgit v1.2.1