summaryrefslogtreecommitdiff
path: root/src/sym.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-15 15:08:50 -0500
committerWill Estes <westes575@gmail.com>2015-12-15 16:11:01 -0500
commitc1c3b82b79fdc867c521fda14447e2a268af4c22 (patch)
tree29299fa4e63512f54900f3716a543584bd58cfcb /src/sym.c
parentc918627e08a29d432a7e22d533f59a7a0175d070 (diff)
Remove more instances of PROTO
Diffstat (limited to 'src/sym.c')
-rw-r--r--src/sym.c4
1 files changed, 2 insertions, 2 deletions
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