diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:50:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:50:17 +0000 |
commit | 22a6c0020a0350bba5aa5a9fe5fb16df20d4d909 (patch) | |
tree | e2d41c2b13042df59889ac7a9868c50d52ad5ef4 /lib-src/=timer.c | |
parent | 9bde5cfa113bd7d13d71b6cf3d361d57207de70f (diff) | |
download | emacs-22a6c0020a0350bba5aa5a9fe5fb16df20d4d909.tar.gz |
Don't declare malloc.
Diffstat (limited to 'lib-src/=timer.c')
-rw-r--r-- | lib-src/=timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); /* |