From 7c612afb7eab8bc1d183f0bdfbcbca77ea5080a5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Dec 2002 05:28:00 +0000 Subject: [PATCH] (timevar_report): New decl. --- lib/timevar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.50.0