XFREE (check);
}
+
/*-----------------------------------------------------------------.
| Compute and output yydefact, yydefgoto, yypact, yypgoto, yytable |
| and yycheck. |
fputs ("m4_divert_push(0)dnl\n", out);
xfclose (out);
+ timevar_push (TV_M4);
m4_invoke (tempfile);
+ timevar_pop (TV_M4);
/* If `debugging', keep this file alive. */
if (!(trace_flag & trace_tools))
prepare_tokens ();
prepare_rules ();
prepare_states ();
+ timevar_push (TV_ACTIONS);
prepare_actions ();
+ timevar_pop (TV_ACTIONS);
prepare ();