From 8d4750f117cc0116d72a1614b6613f49ec634363 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 7 Oct 1993 17:26:41 -0400 Subject: [PATCH] Always declare malloc, realloc, etc, to be void *. From-SVN: r5663 --- gcc/config/alpha/xm-alpha.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 61919ce54d5..cbd8d9c7a65 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -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" -- 2.30.2