OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / genpeep.c
index 992381d..fd1357d 100644 (file)
@@ -1,5 +1,6 @@
 /* Generate code from machine description to perform peephole optimizations.
-   Copyright (C) 1987, 89, 92, 97, 98, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1989, 1992, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -55,10 +56,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));
 \f
 static void
 gen_peephole (peep)
@@ -399,7 +400,7 @@ xrealloc (old, size)
   return ptr;
 }
 
-extern int main PROTO ((int, char **));
+extern int main PARAMS ((int, char **));
 
 int
 main (argc, argv)