* timevar.c (init_timevar): DeANSIfy function definition.
From-SVN: r33509
This commit is contained in:
parent
065ccab369
commit
4fbe8d0735
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* timevar.c (init_timevar): DeANSIfy function definition.
|
||||||
|
|
||||||
2000-04-27 Alex Samuel <samuel@codesourcery.com>
|
2000-04-27 Alex Samuel <samuel@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (timevar.o): Depend on flags.h.
|
* Makefile.in (timevar.o): Depend on flags.h.
|
||||||
|
|
|
@ -217,7 +217,7 @@ timevar_accumulate (timer, start_time, stop_time)
|
||||||
/* Initialize timing variables. */
|
/* Initialize timing variables. */
|
||||||
|
|
||||||
void
|
void
|
||||||
init_timevar (void)
|
init_timevar ()
|
||||||
{
|
{
|
||||||
if (!TIMEVAR_ENABLE)
|
if (!TIMEVAR_ENABLE)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue