diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 15:47:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 15:47:29 +0000 |
commit | cdadb1dda076203885b3a3845fe41a9a87a249ba (patch) | |
tree | 02d760faa2edcf054521c763f17de45357e930fc /gcc/system.h | |
parent | 283a159fe38e477d93b189d43888f1e42043c0af (diff) | |
download | gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.zip gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.gz gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.bz2 |
reload.c: PROTO -> PARAMS.
* reload.c: PROTO -> PARAMS.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.h: Likewise.
* rtl.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
* sbitmap.h: Likewise.
* sdbout.c: Likewise.
* stack.h: Likewise.
* stmt.c: Likewise.
* system.h: Likewise.
From-SVN: r31461
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 5d31b45..99b0d08 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA. */ # undef fputs # define fputs(String, Stream) fputs_unlocked (String, Stream) # ifdef NEED_DECLARATION_FPUTS_UNLOCKED -extern int fputs_unlocked PROTO ((const char *, FILE *)); +extern int fputs_unlocked PARAMS ((const char *, FILE *)); # endif #endif |