]> code.delx.au - gnu-emacs/commitdiff
Don't declare malloc.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:50:17 +0000 (05:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:50:17 +0000 (05:50 +0000)
lib-src/timer.c

index 1fd7836802f92b6987ab53600ef099e65558e24e..6a3a3fba101205d6cda9b083a7b57554ed37323d 100644 (file)
@@ -34,7 +34,7 @@
 
 
 extern int errno;
-extern char *strerror (), *malloc ();
+extern char *strerror ();
 extern time_t time ();
 
 /*