From c1c3b82b79fdc867c521fda14447e2a268af4c22 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 15 Dec 2015 15:08:50 -0500 Subject: Remove more instances of PROTO --- src/sym.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sym.c') diff --git a/src/sym.c b/src/sym.c index 970d719..1f6f7e2 100644 --- a/src/sym.c +++ b/src/sym.c @@ -59,12 +59,12 @@ static struct hash_entry *ccltab[CCL_HASH_SIZE]; /* declare functions that have forward references */ -static int addsym PROTO ((char[], char *, int, hash_table, int)); +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 int hashfunct PROTO ((const char *, int)); +static int hashfunct(const char *, int); /* addsym - add symbol and definitions to symbol table -- cgit v1.2.3