]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare malloc, since we include config.h.
authorDavid J. MacKenzie <djm@gnu.org>
Thu, 20 Oct 1994 16:37:04 +0000 (16:37 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Thu, 20 Oct 1994 16:37:04 +0000 (16:37 +0000)
lib-src/etags.c
lib-src/fakemail.c

index 3be430c11177ff4bccee6a2f83dfbbf11a2b6580..0f69c3eadaa7804b0dec68044a1f12ae465bc8ef 100644 (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
index 5adcf66fbc82427da6439465bf0f35e7d1403f55..118cfced7b68e5ecebe38baec896f2e1a7f87a36 100644 (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 ();