* protoize.c (fputs): Wrap extern declaration in #ifndef fputs.

From-SVN: r24289
This commit is contained in:
Manfred Hollstein 1998-12-12 23:43:59 +00:00 committed by Jeff Law
parent f08347a9b5
commit 56485bee11
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-12-13 Manfred Hollstein <manfred@s-direktnet.de>
* protoize.c (fputs): Wrap extern declaration in #ifndef fputs.
Sun Dec 13 00:24:14 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (compute_use_by_pseudos): Allow reg_renumber[regno] < 0

View File

@ -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 ();