aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-10-20 16:37:04 +0000
committerDavid J. MacKenzie1994-10-20 16:37:04 +0000
commit25b469073399f28ff15289f8e304c9bdfa91865b (patch)
tree4df3a0482941fd7d76b23a99deeb6f022524d1ca /lib-src
parentf7046d47ca02fad4fccdfbce2f0b33b5995afef8 (diff)
downloademacs-25b469073399f28ff15289f8e304c9bdfa91865b.tar.gz
emacs-25b469073399f28ff15289f8e304c9bdfa91865b.zip
Don't declare malloc, since we include config.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c1
-rw-r--r--lib-src/fakemail.c1
2 files changed, 0 insertions, 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";
55#include "getopt.h" 55#include "getopt.h"
56 56
57extern char *getenv (); 57extern char *getenv ();
58char *malloc (), *realloc ();
59 58
60/* Define CTAGS to make the program "ctags" compatible with the usual one. 59/* Define CTAGS to make the program "ctags" compatible with the usual one.
61 Let it undefined to make the program "etags", which makes emacs-style 60 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;
130 130
131extern FILE *popen (); 131extern FILE *popen ();
132extern int fclose (), pclose (); 132extern int fclose (), pclose ();
133extern char *malloc (), *realloc ();
134 133
135#ifdef CURRENT_USER 134#ifdef CURRENT_USER
136extern struct passwd *getpwuid (); 135extern struct passwd *getpwuid ();