From: Richard Kenner Date: Fri, 19 Nov 1993 23:51:07 +0000 (-0500) Subject: Remove declarations for malloc and realloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a175f87d71d51674fa3e2c053399ccf5f972627d;p=gcc.git Remove declarations for malloc and realloc. From-SVN: r6120 --- diff --git a/gcc/protoize.c b/gcc/protoize.c index 39ed9656db7..dc3c2ff4f05 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -148,8 +148,6 @@ extern int printf (const char *, ...); extern int open (const char *, int, ...); #endif /* 0 */ extern void exit (); -extern pointer_type malloc (); -extern pointer_type realloc (); extern void free (); extern int read (); extern int write ();