From: Richard Stallman Date: Mon, 26 Oct 1992 09:19:22 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e62365fa52ad23809625a558e86f3e9f7d3021ad;p=gcc.git entered into RCS From-SVN: r2612 --- diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 86aadecf022..8b84eda44c9 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -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"