/[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.74 by akim, Wed Nov 6 08:08:46 2002 UTC revision 1.75 by akim, Tue Nov 12 07:55:55 2002 UTC
# Line 24  Line 24 
24  #include "bitset_stats.h"  #include "bitset_stats.h"
25  #include "bitset.h"  #include "bitset.h"
26  #include "getargs.h"  #include "getargs.h"
27    #include "struniq.h"
28  #include "symtab.h"  #include "symtab.h"
29  #include "gram.h"  #include "gram.h"
30  #include "files.h"  #include "files.h"
# Line 63  main (int argc, char *argv[]) Line 64  main (int argc, char *argv[])
64    if (trace_flag & trace_bitsets)    if (trace_flag & trace_bitsets)
65      bitset_stats_enable ();      bitset_stats_enable ();
66    
67      struniqs_new ();
68    muscle_init ();    muscle_init ();
69    
70    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE
# Line 165  main (int argc, char *argv[]) Line 167  main (int argc, char *argv[])
167       contains things such as user actions, prologue, epilogue etc.  */       contains things such as user actions, prologue, epilogue etc.  */
168    scanner_free ();    scanner_free ();
169    muscle_free ();    muscle_free ();
170      struniqs_free ();
171    /* 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
172       people running Bison as a library in IDEs.  */       people running Bison as a library in IDEs.  */
173  #if C_ALLOCA  #if C_ALLOCA

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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