/[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.56 by akim, Fri Jun 14 17:36:24 2002 UTC revision 1.57 by akim, Fri Jun 14 17:37:12 2002 UTC
# Line 110  main (int argc, char *argv[]) Line 110  main (int argc, char *argv[])
110    free_nullable ();    free_nullable ();
111    free_derives ();    free_derives ();
112    grammar_free ();    grammar_free ();
113    
114      /* The scanner memory cannot be released right after parsing, as it
115         contains things such as user actions, prologue, epilogue etc.  */
116      scanner_free ();
117    muscle_free ();    muscle_free ();
118    /* If using alloca.c, flush the alloca'ed memory for the benefit of    /* If using alloca.c, flush the alloca'ed memory for the benefit of
119       people running Bison as a library in IDEs.  */       people running Bison as a library in IDEs.  */

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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