/[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.65 by akim, Wed Jul 31 21:52:00 2002 UTC revision 1.66 by akim, Thu Aug 1 18:12:11 2002 UTC
# Line 137  main (int argc, char *argv[]) Line 137  main (int argc, char *argv[])
137    tables_generate ();    tables_generate ();
138    timevar_pop (TV_ACTIONS);    timevar_pop (TV_ACTIONS);
139    
140      /* Lookaheads are no longer needed. */
141      timevar_push (TV_FREE);
142      lalr_free ();
143      timevar_pop (TV_FREE);
144    
145    /* Output the tables and the parser to ftable.  In file output.  */    /* Output the tables and the parser to ftable.  In file output.  */
146    timevar_push (TV_PARSER);    timevar_push (TV_PARSER);
147    output ();    output ();

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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