X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9e2c5ef112d118b7714d91b60f2b13cb1a51a7cf..1f916a78e6af829d8c2a8ec982f45aa7a30a9af5:/lib/timevar.c diff --git a/lib/timevar.c b/lib/timevar.c index 1af62ea8..927eac26 100644 --- a/lib/timevar.c +++ b/lib/timevar.c @@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA # if HAVE_SYS_TIME_H # include # endif -int time_report = 0; +int timevar_report = 0; #endif @@ -134,7 +134,7 @@ static float clocks_to_msec; /* See timevar.h for an explanation of timing variables. */ /* This macro evaluates to nonzero if timing variables are enabled. */ -#define TIMEVAR_ENABLE (time_report) +#define TIMEVAR_ENABLE (timevar_report) /* A timing variable. */