/[bison]/bison/src/main.c
ViewVC logotype

Diff of /bison/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30.2.4 by marc, Mon Oct 1 19:37:31 2001 UTC revision 1.30.2.5 by akim, Mon Nov 12 09:15:25 2001 UTC
# Line 82  main (int argc, char *argv[]) Line 82  main (int argc, char *argv[])
82       conflicts.  Also resolve s/r conflicts based on precedence       conflicts.  Also resolve s/r conflicts based on precedence
83       declarations.  */       declarations.  */
84    solve_conflicts ();    solve_conflicts ();
85      conflicts_print ();
86    
87    /* Output file names. */    /* Output file names. */
88    compute_output_file_names ();    compute_output_file_names ();
# Line 91  main (int argc, char *argv[]) Line 92  main (int argc, char *argv[])
92    if (complain_message_count)    if (complain_message_count)
93      exit (1);      exit (1);
94    
95    /* Print information about results, if requested.  */    /* Output the detailed report on the grammar.  */
96    print_results ();    print_results ();
97    
98    /* Output the VCG graph. */    /* Output the VCG graph. */

Legend:
Removed from v.1.30.2.4  
changed lines
  Added in v.1.30.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26