From: David J. MacKenzie Date: Thu, 20 Oct 1994 16:37:04 +0000 (+0000) Subject: Don't declare malloc, since we include config.h. X-Git-Tag: emacs-19.34~6234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25b469073399f28ff15289f8e304c9bdfa91865b;p=emacs.git Don't declare malloc, since we include config.h. --- 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 ();