From 25b469073399f28ff15289f8e304c9bdfa91865b Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Thu, 20 Oct 1994 16:37:04 +0000 Subject: [PATCH] Don't declare malloc, since we include config.h. --- lib-src/etags.c | 1 - lib-src/fakemail.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index 3be430c1117..0f69c3eadaa 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -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 diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 5adcf66fbc8..118cfced7b6 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -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 (); -- 2.39.5