* mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,

declare as extern.
This commit is contained in:
Pedro Alves 2009-03-17 05:18:45 +00:00
parent dafb3b4167
commit 6b251945f5
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-03-17 Pedro Alves <pedro@codesourcery.com>
* mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
declare as extern.
2009-03-17 Hui Zhu <teawater@gmail.com>
* stack.c: Include valprint.h.

View file

@ -26,11 +26,11 @@ extern void mi_load_progress (const char *section_name,
unsigned long total_sent,
unsigned long grand_total);
extern void mi_print_timing_maybe (void);
extern char *current_token;
extern int running_result_record_printed;
void mi_print_timing_maybe ();
#endif