Don't declare malloc, since we include config.h.

This commit is contained in:
David J. MacKenzie 1994-10-20 16:37:04 +00:00
parent f7046d47ca
commit 25b4690733
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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 ();