(malloc, calloc, realloc): Don't define for anybody.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 21:54:28 +0000 (17:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 31 Aug 1995 21:54:28 +0000 (17:54 -0400)
From-SVN: r10298

gcc/mips-tfile.c

index e1a729e..cce203f 100644 (file)
@@ -1757,9 +1757,6 @@ STATIC char        *local_rindex          __proto((const char *, int));
 
 #ifndef __alpha
 extern char  *sbrk                     __proto((int));
-extern PTR_T  malloc                   __proto((Size_t));
-extern PTR_T  calloc                   __proto((Size_t, Size_t));
-extern PTR_T  realloc                  __proto((PTR_T, Size_t));
 extern void   free                     __proto((PTR_T));
 #endif
 extern char  *mktemp                   __proto((char *));