#include "bitset_stats.h"
#include "bitset.h"
#include "getargs.h"
+#include "struniq.h"
#include "symtab.h"
#include "gram.h"
#include "files.h"
if (trace_flag & trace_bitsets)
bitset_stats_enable ();
+ struniqs_new ();
muscle_init ();
/* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE
contains things such as user actions, prologue, epilogue etc. */
scanner_free ();
muscle_free ();
+ struniqs_free ();
/* If using alloca.c, flush the alloca'ed memory for the benefit of
people running Bison as a library in IDEs. */
#if C_ALLOCA