Removed wrong declarations of malloc() and realloc(). They were unused,

and they broke when yacc started generating `#include <stdlib.h>', but
the breakage was hidden by compatibility cruft in gcc unless DESTDIR
was unusual.
This commit is contained in:
Bruce Evans 1997-04-22 17:44:34 +00:00
parent 9aa2858d44
commit 9afb31b0e2

View File

@ -7,7 +7,7 @@
#include <stdio.h>
#include "copyright.h"
char *str_concat3(), *ds(), *generate_rqte(), *malloc(), *realloc(), *quote();
char *str_concat3(), *ds(), *generate_rqte(), *quote();
long flag_value();
char *last_token = (char *)NULL;
FILE *output_file;