From cdadb1dda076203885b3a3845fe41a9a87a249ba Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 17 Jan 2000 15:47:29 +0000 Subject: 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 --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/system.h') 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 -- cgit v1.1