summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-11-19 18:51:07 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-11-19 18:51:07 -0500
commita175f87d71d51674fa3e2c053399ccf5f972627d (patch)
treec7552bad2e2e26e309a018183bbd1e10ed76bc21 /gcc/protoize.c
parentbbd6cf73c6d11877766f44038aa8e159c4265800 (diff)
downloadgcc-a175f87d71d51674fa3e2c053399ccf5f972627d.tar.gz
Remove declarations for malloc and realloc.
From-SVN: r6120
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c2
1 files changed, 0 insertions, 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 ();