From: Richard M. Stallman Date: Wed, 19 Oct 1994 22:49:37 +0000 (+0000) Subject: Don't declare malloc. X-Git-Tag: emacs-19.34~6243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a9654a0c30ebaf6c00199c39d87be5bd3eb063a;p=emacs.git Don't declare malloc. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 283aca21c13..be18441695d 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -110,7 +110,6 @@ extern int lk_open (), lk_close (); extern int errno; #endif char *strerror (); -char *malloc (); void fatal (); void error ();