Commit e62365fa by Richard Stallman

entered into RCS

From-SVN: r2612
parent 97d5530d
...@@ -53,9 +53,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -53,9 +53,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
differently. */ differently. */
#ifdef __STDC__ #ifdef __STDC__
extern void *malloc (), *realloc (), *sbrk (); extern void *malloc (), *realloc (), *sbrk (), *calloc ();
#else #else
extern char *malloc (), *realloc (), *sbrk (); extern char *malloc (), *realloc (), *sbrk (), *calloc ();
#endif #endif
#include "string.h" #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