diff options
| author | David J. MacKenzie | 1994-10-20 16:37:04 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-10-20 16:37:04 +0000 |
| commit | 25b469073399f28ff15289f8e304c9bdfa91865b (patch) | |
| tree | 4df3a0482941fd7d76b23a99deeb6f022524d1ca /lib-src | |
| parent | f7046d47ca02fad4fccdfbce2f0b33b5995afef8 (diff) | |
| download | emacs-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.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"; | |||
| 55 | #include "getopt.h" | 55 | #include "getopt.h" |
| 56 | 56 | ||
| 57 | extern char *getenv (); | 57 | extern char *getenv (); |
| 58 | char *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 | ||
| 131 | extern FILE *popen (); | 131 | extern FILE *popen (); |
| 132 | extern int fclose (), pclose (); | 132 | extern int fclose (), pclose (); |
| 133 | extern char *malloc (), *realloc (); | ||
| 134 | 133 | ||
| 135 | #ifdef CURRENT_USER | 134 | #ifdef CURRENT_USER |
| 136 | extern struct passwd *getpwuid (); | 135 | extern struct passwd *getpwuid (); |