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

From-SVN: r33509
This commit is contained in:
Kaveh R. Ghazi 2000-04-28 13:51:55 +00:00 committed by Kaveh Ghazi
parent 065ccab369
commit 4fbe8d0735
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* Makefile.in (timevar.o): Depend on flags.h.

View File

@ -217,7 +217,7 @@ timevar_accumulate (timer, start_time, stop_time)
/* Initialize timing variables. */
void
init_timevar (void)
init_timevar ()
{
if (!TIMEVAR_ENABLE)
return;