Commit 8d4750f1 by Richard Kenner

Always declare malloc, realloc, etc, to be void *.

From-SVN: r5663
parent 1d445e9e
......@@ -57,10 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
include these in the sources since other machines might define them
differently. */
#ifdef __STDC__
extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
#else
extern char *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
#endif
#include "string.h"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment