changeset 9621:4246725d9759

Don't declare malloc, since we include config.h.
author David J. MacKenzie <djm@gnu.org>
date Thu, 20 Oct 1994 16:37:04 +0000
parents 1f58befcd1f1
children 14e1032a7ae7
files lib-src/etags.c lib-src/fakemail.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 ();