From: Vern Paxson Date: Tue, 20 Mar 1990 11:33:27 +0000 (+0000) Subject: Removed declarations of malloc() and realloc(). X-Git-Tag: flex-2-5-5b~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9543f25b7c97c17c8307f0297070c8d045699533;p=flex Removed declarations of malloc() and realloc(). --- diff --git a/misc.c b/misc.c index d4bc083..cdbdf65 100644 --- a/misc.c +++ b/misc.c @@ -38,8 +38,6 @@ static char rcsid[] = #include #include "flexdef.h" -char *malloc(), *realloc(); - /* action_out - write the actions from the temporary file to lex.yy.c *