#include "system.h"
+#include "bitset_stats.h"
#include "bitset.h"
#include "getargs.h"
#include "symtab.h"
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- bitset_stats_init ();
-
lineno = 0;
getargs (argc, argv);
+ if (trace_flag)
+ bitset_stats_enable ();
+
muscle_init ();
/* Read the input. Copy some parts of it to FGUARD, FACTION, FTABLE
alloca (0);
#endif
+ if (trace_flag)
+ bitset_stats_dump (stderr);
+
return complain_message_count ? EXIT_FAILURE : EXIT_SUCCESS;
}