From 56485bee1109620c586d5233c0f92e7d9b4055ad Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Sat, 12 Dec 1998 23:43:59 +0000 Subject: * protoize.c (fputs): Wrap extern declaration in #ifndef fputs. From-SVN: r24289 --- gcc/protoize.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index f50e936..5e13b63 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -142,7 +142,9 @@ extern int close (); extern int fflush (); extern int atoi (); extern int puts (); +#ifndef fputs /* This may have been #defined by "system.h". */ extern int fputs (); +#endif extern int fputc (); extern int unlink (); extern int access (); -- cgit v1.1