From 64874cd4640c1cd95f5cb51481f85c63803afe6c Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 25 Dec 2015 14:01:24 -0500 Subject: Remove remaining use of PROTO --- src/sym.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/sym.c') 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); -- cgit v1.2.3