summaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 15:17:38 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 15:17:38 +0000
commita94ae8f5dd6e7b921a0169c0471d6a38d49cdca9 (patch)
treead52a60d44af346461f05b69d18ec55756d8ef53 /gcc/genpeep.c
parent3b0d91ff929f16828833bb2fe336a2ba458ebf65 (diff)
downloadgcc-a94ae8f5dd6e7b921a0169c0471d6a38d49cdca9.tar.gz
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
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r--gcc/genpeep.c10
1 files changed, 5 insertions, 5 deletions
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)