aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-19 22:49:37 +0000
committerRichard M. Stallman1994-10-19 22:49:37 +0000
commit1a9654a0c30ebaf6c00199c39d87be5bd3eb063a (patch)
tree1e10e4521b8c06be142d0696cd2b70781ed55954 /lib-src
parentca452d5f798276bc3ee9ad868d41773a0217983e (diff)
downloademacs-1a9654a0c30ebaf6c00199c39d87be5bd3eb063a.tar.gz
emacs-1a9654a0c30ebaf6c00199c39d87be5bd3eb063a.zip
Don't declare malloc.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 283aca21c13..be18441695d 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -110,7 +110,6 @@ extern int lk_open (), lk_close ();
110extern int errno; 110extern int errno;
111#endif 111#endif
112char *strerror (); 112char *strerror ();
113char *malloc ();
114 113
115void fatal (); 114void fatal ();
116void error (); 115void error ();