Commit 4fbe8d07 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* timevar.c (init_timevar): DeANSIfy function definition.

From-SVN: r33509
parent 065ccab3
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) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment