#include "bitset_stats.h"
#include "bitset.h"
#include "getargs.h"
+#include "struniq.h"
#include "symtab.h"
#include "gram.h"
#include "files.h"
(void) bindtextdomain (PACKAGE, LOCALEDIR);
(void) textdomain (PACKAGE);
+ struniqs_new ();
+
getargs (argc, argv);
time_report = trace_flag & trace_time;
reduce_free ();
conflicts_free ();
grammar_free ();
- /* FIXME: We are leaking all the other file names. */
- free (infile);
/* The scanner memory cannot be released right after parsing, as it
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