/[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.45 by akim, Mon Dec 17 17:31:10 2001 UTC revision 1.46 by akim, Mon Dec 17 17:32:39 2001 UTC
# Line 53  main (int argc, char *argv[]) Line 53  main (int argc, char *argv[])
53    getargs (argc, argv);    getargs (argc, argv);
54    
55    muscle_init ();    muscle_init ();
   open_files ();  
56    
57    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE
58       and FATTRS.  In file reader.c.  The other parts are recorded in       and FATTRS.  In file reader.c.  The other parts are recorded in
# Line 103  main (int argc, char *argv[]) Line 102  main (int argc, char *argv[])
102    /* Output the tables and the parser to ftable.  In file output.  */    /* Output the tables and the parser to ftable.  In file output.  */
103    output ();    output ();
104    
   /* Close the input files. */  
   close_files ();  
   
105    /* Free the symbol table data structure.  */    /* Free the symbol table data structure.  */
106    free_symtab ();    free_symtab ();
107    
   lex_free ();  
   
108    reduce_free ();    reduce_free ();
109    free_conflicts ();    free_conflicts ();
110    free_nullable ();    free_nullable ();

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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