diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index e3a6c59..dcde604 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -9300,7 +9300,7 @@ parse_automata_opt (const char *str) /* The following is top level function to initialize the work of pipeline hazards description translator. */ static void -initiate_automaton_gen (char **argv) +initiate_automaton_gen (const char **argv) { const char *base_name; @@ -9592,7 +9592,7 @@ write_automata (void) } int -main (int argc, char **argv) +main (int argc, const char **argv) { progname = "genautomata"; |