From e62365fa52ad23809625a558e86f3e9f7d3021ad Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 26 Oct 1992 09:19:22 +0000 Subject: [PATCH] entered into RCS From-SVN: r2612 --- gcc/config/alpha/xm-alpha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2