From a175f87d71d51674fa3e2c053399ccf5f972627d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 19 Nov 1993 18:51:07 -0500 Subject: [PATCH] Remove declarations for malloc and realloc. From-SVN: r6120 --- gcc/protoize.c | 2 -- 1 file changed, 2 deletions(-) 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 (); -- 2.30.2