/* Output file names. */
compute_output_file_names ();
+ /* Output the detailed report on the grammar. */
+ if (verbose_flag)
+ print_results ();
+
/* Stop if there were errors, to avoid trashing previous output
files. */
if (complain_message_count)
exit (1);
- /* Output the detailed report on the grammar. */
- if (verbose_flag)
- print_results ();
-
/* Output the VCG graph. */
if (graph_flag)
print_graph ();
free_nullable ();
free_derives ();
- output_files ();
-
/* If using alloca.c, flush the alloca'ed memory for the benefit of
people running Bison as a library in IDEs. */
#if C_ALLOCA