Always declare malloc, realloc, etc, to be void *.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 7 Oct 1993 21:26:41 +0000 (17:26 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 7 Oct 1993 21:26:41 +0000 (17:26 -0400)
From-SVN: r5663

gcc/config/alpha/xm-alpha.h

index 61919ce..cbd8d9c 100644 (file)
@@ -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"