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:
parent
9aa2858d44
commit
9afb31b0e2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user