Don't declare malloc, since we include config.h.
This commit is contained in:
parent
f7046d47ca
commit
25b4690733
2 changed files with 0 additions and 2 deletions
|
@ -55,7 +55,6 @@ char pot_etags_version[] = "@(#) pot revision number is 10.32";
|
|||
#include "getopt.h"
|
||||
|
||||
extern char *getenv ();
|
||||
char *malloc (), *realloc ();
|
||||
|
||||
/* Define CTAGS to make the program "ctags" compatible with the usual one.
|
||||
Let it undefined to make the program "etags", which makes emacs-style
|
||||
|
|
|
@ -130,7 +130,6 @@ static boolean no_problems = true;
|
|||
|
||||
extern FILE *popen ();
|
||||
extern int fclose (), pclose ();
|
||||
extern char *malloc (), *realloc ();
|
||||
|
||||
#ifdef CURRENT_USER
|
||||
extern struct passwd *getpwuid ();
|
||||
|
|
Loading…
Add table
Reference in a new issue