summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2004-05-12 15:13:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2004-05-12 15:13:00 +0000
commitb11ebe1a588ad2e99f742696583c95392131926d (patch)
tree14379d93c8d6ef07763b80543855a7a7b3a3b6d1
parenta4361c5c2cae2a684c8370c7717afa7eb0f5848a (diff)
downloademacs-b11ebe1a588ad2e99f742696583c95392131926d.tar.gz
(malloc, realloc): Declarations deleted.
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/cvtmail.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e076d60476b..04b20aec7a9 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
2004-05-12 Thien-Thi Nguyen <ttn@gnu.org>
+ * cvtmail.c (malloc, realloc): Declarations deleted.
+
+2004-05-12 Thien-Thi Nguyen <ttn@gnu.org>
+
* yow.c: Conditionally include various headers.
Use "epaths.h", not <../src/epaths.h>.
(yow): Cast result of malloc and realloc.
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index 001d604209c..24a0f15028f 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
-char *malloc ();
-char *realloc ();
char *getenv ();
char *xmalloc ();