X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6cf3716c3166d6d41cdbeea45d018b1760184421..f6b561d9f9cbc6fc95bbb86518372a5cb52f45a6:/src/main.c diff --git a/src/main.c b/src/main.c index 11081351..093e9cb2 100644 --- a/src/main.c +++ b/src/main.c @@ -142,8 +142,7 @@ main (int argc, char *argv[]) tables_generate (); timevar_pop (TV_ACTIONS); - grammar_rules_useless_report - (_("rule useless in parser due to conflicts")); + grammar_rules_useless_report (_("rule useless in parser due to conflicts")); /* Output file names. */ compute_output_file_names ();