From: Thien-Thi Nguyen Date: Wed, 12 May 2004 15:14:59 +0000 (+0000) Subject: (malloc, realloc): Declarations deleted. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=832effad4ef08db40aba3f227e0269106accf6c9;p=emacs.git (malloc, realloc): Declarations deleted. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4daad462065..a31a6ef7b56 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-12 Thien-Thi Nguyen + + * cvtmail.c (malloc, realloc): Declarations deleted. + 2004-05-12 Thien-Thi Nguyen * yow.c: Conditionally include various headers. 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 -char *malloc (); -char *realloc (); char *getenv (); char *xmalloc ();