diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:17:38 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:17:38 +0000 |
commit | 929efc7f759e1f5725c3e6349f92c28193d8f432 (patch) | |
tree | ad52a60d44af346461f05b69d18ec55756d8ef53 /gcc/genpeep.c | |
parent | 4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28 (diff) | |
download | gcc-929efc7f759e1f5725c3e6349f92c28193d8f432.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 10 |
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) |