summaryrefslogtreecommitdiff
path: root/src/sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sym.c')
-rw-r--r--src/sym.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sym.c b/src/sym.c
index 1f6f7e2..241256e 100644
--- a/src/sym.c
+++ b/src/sym.c
@@ -60,10 +60,8 @@ static struct hash_entry *ccltab[CCL_HASH_SIZE];
/* declare functions that have forward references */
static int addsym(char[], char *, int, hash_table, int);
-static struct hash_entry *findsym PROTO ((const char *sym,
- hash_table table,
-
- int table_size));
+static struct hash_entry *findsym (const char *sym, hash_table table,
+ int table_size);
static int hashfunct(const char *, int);