From: Vern Paxson Date: Tue, 20 Mar 1990 11:36:33 +0000 (+0000) Subject: Removed declaration of malloc() X-Git-Tag: flex-2-5-5b~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49520bf0d80cecbaefc05822bb6984d6e5a251a3;p=flex Removed declaration of malloc() --- diff --git a/sym.c b/sym.c index 8fc4e22..12daf37 100644 --- a/sym.c +++ b/sym.c @@ -68,7 +68,6 @@ int table_size; register struct hash_entry *sym_entry = table[hash_val]; register struct hash_entry *new_entry; register struct hash_entry *successor; - char *malloc(); while ( sym_entry ) {