From a94ae8f5dd6e7b921a0169c0471d6a38d49cdca9 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 17 Jan 2000 15:17:38 +0000 Subject: genattr.c: PROTO -> PARAMS. * genattr.c: PROTO -> PARAMS. * genattrtab.c: Likewise. * gencheck.c: Likewise. * gencodes.c: Likewise. * genconfig.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * genflags.c: Likewise. * gengenrtl.c: Likewise. * genopinit.c: Likewise. * genoutput.c: Likewise. * genpeep.c: Likewise. * genrecog.c: Likewise. From-SVN: r31457 --- gcc/genpeep.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc/genpeep.c') diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 992381dfb8b..3c45cee6723 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -55,10 +55,10 @@ static int n_operands; static int insn_code_number = 0; -static void gen_peephole PROTO((rtx)); -static void match_rtx PROTO((rtx, struct link *, int)); -static void print_path PROTO((struct link *)); -static void print_code PROTO((RTX_CODE)); +static void gen_peephole PARAMS ((rtx)); +static void match_rtx PARAMS ((rtx, struct link *, int)); +static void print_path PARAMS ((struct link *)); +static void print_code PARAMS ((RTX_CODE)); static void gen_peephole (peep) @@ -399,7 +399,7 @@ xrealloc (old, size) return ptr; } -extern int main PROTO ((int, char **)); +extern int main PARAMS ((int, char **)); int main (argc, argv) -- cgit v1.2.1