mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(timevar_report): New decl.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/* Timing variables for measuring compiler performance.
|
/* 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 <samuel@codesourcery.com>
|
Contributed by Alex Samuel <samuel@codesourcery.com>
|
||||||
|
|
||||||
This file is part of Bison, the GNU Compiler Compiler.
|
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 long get_run_time PARAMS ((void));
|
||||||
extern void print_time PARAMS ((const char *, long));
|
extern void print_time PARAMS ((const char *, long));
|
||||||
|
|
||||||
|
extern int timevar_report;
|
||||||
|
|
||||||
#endif /* ! GCC_TIMEVAR_H */
|
#endif /* ! GCC_TIMEVAR_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user