# HG changeset patch # User David J. MacKenzie # Date 782671024 0 # Node ID 4246725d9759240e39e44f6208c60bdd174eff5a # Parent 1f58befcd1f1fa25f37dad1c29d2f8ce0ba8f7d4 Don't declare malloc, since we include config.h. diff -r 1f58befcd1f1 -r 4246725d9759 lib-src/etags.c --- a/lib-src/etags.c Thu Oct 20 10:04:17 1994 +0000 +++ b/lib-src/etags.c Thu Oct 20 16:37:04 1994 +0000 @@ -55,7 +55,6 @@ #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 -r 1f58befcd1f1 -r 4246725d9759 lib-src/fakemail.c --- a/lib-src/fakemail.c Thu Oct 20 10:04:17 1994 +0000 +++ b/lib-src/fakemail.c Thu Oct 20 16:37:04 1994 +0000 @@ -130,7 +130,6 @@ extern FILE *popen (); extern int fclose (), pclose (); -extern char *malloc (), *realloc (); #ifdef CURRENT_USER extern struct passwd *getpwuid ();