Remove declarations for malloc and realloc.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 19 Nov 1993 23:51:07 +0000 (18:51 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 19 Nov 1993 23:51:07 +0000 (18:51 -0500)
From-SVN: r6120

gcc/protoize.c

index 39ed965..dc3c2ff 100644 (file)
@@ -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 ();