X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bd0ba42d72944c06cc6629044de45d04aa0c0567..4f16766c00b107bf12328bc6a613535bd7af8275:/lib/timevar.h diff --git a/lib/timevar.h b/lib/timevar.h index 991f4d09..a38ccf23 100644 --- a/lib/timevar.h +++ b/lib/timevar.h @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of Bison, the GNU Compiler Compiler. @@ -88,4 +88,6 @@ extern void timevar_print PARAMS ((FILE *)); extern long get_run_time PARAMS ((void)); extern void print_time PARAMS ((const char *, long)); +extern int timevar_report; + #endif /* ! GCC_TIMEVAR_H */