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.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c
index 5e170b3..59fe486 100644
--- a/gcc/java/zextract.c
+++ b/gcc/java/zextract.c
@@ -207,11 +207,18 @@ typedef unsigned long ulg; /* predefined on some systems) & match zip */
/***********************/
+/* Prototypes */
+/***********************/
+
+static ush makeword PROTO ((const uch *));
+static ulg makelong PROTO ((const uch *));
+
+/***********************/
/* Function makeword() */
/***********************/
static ush makeword(b)
- uch *b;
+ const uch *b;
{
/*
* Convert Intel style 'short' integer to non-Intel non-16-bit
@@ -226,7 +233,7 @@ static ush makeword(b)
/***********************/
static ulg makelong(sig)
- uch *sig;
+ const uch *sig;
{
/*
* Convert intel style 'long' variable to non-Intel non-16-bit