entered into RCS

From-SVN: r2612
This commit is contained in:
Richard Stallman 1992-10-26 09:19:22 +00:00
parent 97d5530df4
commit e62365fa52
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
differently. */
#ifdef __STDC__
extern void *malloc (), *realloc (), *sbrk ();
extern void *malloc (), *realloc (), *sbrk (), *calloc ();
#else
extern char *malloc (), *realloc (), *sbrk ();
extern char *malloc (), *realloc (), *sbrk (), *calloc ();
#endif
#include "string.h"