From 9543f25b7c97c17c8307f0297070c8d045699533 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 20 Mar 1990 11:33:27 +0000 Subject: [PATCH] Removed declarations of malloc() and realloc(). --- misc.c | 2 -- 1 file changed, 2 deletions(-) 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 * -- 2.40.0