From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:50:17 +0000 (+0000) Subject: Don't declare malloc. X-Git-Tag: emacs-19.34~6997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5afc7fb0ba4b2ea4ffbcf83108038e8467780e66;p=emacs.git Don't declare malloc. --- diff --git a/lib-src/timer.c b/lib-src/timer.c index 1fd7836802f..6a3a3fba101 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -34,7 +34,7 @@ extern int errno; -extern char *strerror (), *malloc (); +extern char *strerror (); extern time_t time (); /*