* protoize.c (fputs): Wrap extern declaration in #ifndef fputs.
From-SVN: r24289
This commit is contained in:
parent
f08347a9b5
commit
56485bee11
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue