mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00:00
Don't declare malloc.
This commit is contained in:
parent
33ca35042a
commit
5afc7fb0ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
extern int errno;
|
||||
extern char *strerror (), *malloc ();
|
||||
extern char *strerror ();
|
||||
extern time_t time ();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue