mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
timevar: rename init_timevar as timevar_init
* lib/timevar.h, lib/timevar.c: here. * src/main.c: Adjust.
This commit is contained in:
@@ -208,7 +208,7 @@ timevar_accumulate (struct timevar_time_def *timer,
|
||||
/* Initialize timing variables. */
|
||||
|
||||
void
|
||||
init_timevar ()
|
||||
timevar_init ()
|
||||
{
|
||||
if (!TIMEVAR_ENABLE)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user