changeset 8857:76dea5c39776

Don't declare malloc.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 05:50:17 +0000
parents 7e9547af43e8
children dff46e860b51
files lib-src/=timer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=timer.c	Sat Sep 17 05:46:25 1994 +0000
+++ b/lib-src/=timer.c	Sat Sep 17 05:50:17 1994 +0000
@@ -34,7 +34,7 @@
 
 
 extern int errno;
-extern char *strerror (), *malloc ();
+extern char *strerror ();
 extern time_t time ();
 
 /*