mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
gnulib: move timevar to it
* lib/timevar.c, lib/timevar.h, m4/timevar.m4: Remove. * gnulib: Update. * configure.ac: Adjust. * lib/timevar.def: Use lower case for the timevvars. Adjust dependencies.
This commit is contained in:
@@ -603,7 +603,7 @@ output_skeleton (void)
|
||||
}
|
||||
|
||||
/* Read and process m4's output. */
|
||||
timevar_push (TV_M4);
|
||||
timevar_push (tv_m4);
|
||||
{
|
||||
FILE *in = xfdopen (filter_fd[0], "r");
|
||||
scan_skel (in);
|
||||
@@ -614,7 +614,7 @@ output_skeleton (void)
|
||||
xfclose (in);
|
||||
}
|
||||
wait_subprocess (pid, "m4", false, false, true, true, NULL);
|
||||
timevar_pop (TV_M4);
|
||||
timevar_pop (tv_m4);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user