From: Paul Eggert Date: Wed, 11 Dec 2002 05:28:00 +0000 (+0000) Subject: (timevar_report): New decl. X-Git-Tag: BISON-1_875~144 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7c612afb7eab8bc1d183f0bdfbcbca77ea5080a5?ds=inline (timevar_report): New decl. --- 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 */