]> git.eshelyaron.com Git - emacs.git/commitdiff
(malloc, realloc): Declarations deleted.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 May 2004 15:13:00 +0000 (15:13 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 May 2004 15:13:00 +0000 (15:13 +0000)
lib-src/ChangeLog
lib-src/cvtmail.c

index e076d60476b01cc37bf4bd87d927c947dd988549..04b20aec7a9656b7c0ef05aa0d3986585d5c994c 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 001d604209c86ff7bc71814a78c06b457475c05c..24a0f15028f79c5ea1574e73e533ba216e73e868 100644 (file)
@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 
-char *malloc ();
-char *realloc ();
 char *getenv ();
 
 char *xmalloc ();