]> granicus.if.org Git - flex/commitdiff
Removed declarations of malloc() and realloc().
authorVern Paxson <vern@ee.lbl.gov>
Tue, 20 Mar 1990 11:33:27 +0000 (11:33 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Tue, 20 Mar 1990 11:33:27 +0000 (11:33 +0000)
misc.c

diff --git a/misc.c b/misc.c
index d4bc0839d58dcf85662b9d006d082858d87f195a..cdbdf653d0eb61c6f05f42d02ab7ef9953c0d218 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -38,8 +38,6 @@ static char rcsid[] =
 #include <ctype.h>
 #include "flexdef.h"
 
-char *malloc(), *realloc();
-
 
 /* action_out - write the actions from the temporary file to lex.yy.c
  *