diff options
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/input.h b/gcc/input.h index 9fc55f3ac7f..f2f351311fc 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -55,4 +55,6 @@ extern location_t input_location; ((linemap_location_in_system_header_p (line_table, LOC))) #define in_system_header (in_system_header_at (input_location)) +void dump_line_table_statistics (void); + #endif |