/* Top level entry point of Bison.
- Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2012 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2015 Free
Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
uniqstrs_new ();
muscle_init ();
+ complain_init ();
getargs (argc, argv);
grammar_rules_useless_report (_("rule useless in parser due to conflicts"));
+ print_precedence_warnings ();
+
/* Output file names. */
compute_output_file_names ();
timevar_stop (TV_TOTAL);
timevar_print (stderr);
+ cleanup_caret ();
+
return complaint_status ? EXIT_FAILURE : EXIT_SUCCESS;
}