/[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.67 by akim, Thu Aug 1 18:13:29 2002 UTC revision 1.68 by akim, Thu Aug 1 18:14:30 2002 UTC
# Line 99  main (int argc, char *argv[]) Line 99  main (int argc, char *argv[])
99    lalr ();    lalr ();
100    timevar_pop (TV_LALR);    timevar_pop (TV_LALR);
101    
   timevar_push (TV_FREE);  
   nullable_free ();  
   derives_free ();  
   timevar_pop (TV_FREE);  
   
102    /* Find and record any conflicts: places where one token of    /* Find and record any conflicts: places where one token of
103       lookahead is not enough to disambiguate the parsing.  In file       lookahead is not enough to disambiguate the parsing.  In file
104       conflicts.  Also resolve s/r conflicts based on precedence       conflicts.  Also resolve s/r conflicts based on precedence
# Line 153  main (int argc, char *argv[]) Line 148  main (int argc, char *argv[])
148    timevar_pop (TV_PARSER);    timevar_pop (TV_PARSER);
149    
150    timevar_push (TV_FREE);    timevar_push (TV_FREE);
151      nullable_free ();
152      derives_free ();
153    tables_free ();    tables_free ();
154    states_free ();    states_free ();
155    reduce_free ();    reduce_free ();

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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