]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/main.c (main): If there are complains after grammar
[bison.git] / src / main.c
index 28b08e18725fec696bcd60a2d1cf5bbf1178c5d8..55dca624c4579f45b4372745ffde7fa592ee4425 100644 (file)
@@ -86,15 +86,15 @@ main (int argc, char *argv[])
   /* 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 ();