]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare malloc.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 1994 22:49:37 +0000 (22:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 1994 22:49:37 +0000 (22:49 +0000)
lib-src/movemail.c

index 283aca21c134674e6bff1591772cafa6930c57ad..be18441695d83167e4b8de54e5c57e3acbae666b 100644 (file)
@@ -110,7 +110,6 @@ extern int lk_open (), lk_close ();
 extern int errno;
 #endif
 char *strerror ();
-char *malloc ();
 
 void fatal ();
 void error ();