diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-10-20 16:37:04 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-10-20 16:37:04 +0000 |
commit | 25b469073399f28ff15289f8e304c9bdfa91865b (patch) | |
tree | 4df3a0482941fd7d76b23a99deeb6f022524d1ca | |
parent | f7046d47ca02fad4fccdfbce2f0b33b5995afef8 (diff) | |
download | emacs-25b469073399f28ff15289f8e304c9bdfa91865b.tar.gz |
Don't declare malloc, since we include config.h.
-rw-r--r-- | lib-src/etags.c | 1 | ||||
-rw-r--r-- | lib-src/fakemail.c | 1 |
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"; #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 (); |