summaryrefslogtreecommitdiff
path: root/src/sym.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
commit64874cd4640c1cd95f5cb51481f85c63803afe6c (patch)
treeba928d0f60af883198c0af97398e12bb682e67d6 /src/sym.c
parent5f6b7645e6a7b126fa2e628b3bce0104116d2fbc (diff)
Remove remaining use of PROTO
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);