projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafb3b4
)
* mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
author
Pedro Alves
<palves@redhat.com>
Tue, 17 Mar 2009 05:18:45 +0000
(
05:18
+0000)
committer
Pedro Alves
<palves@redhat.com>
Tue, 17 Mar 2009 05:18:45 +0000
(
05:18
+0000)
declare as extern.
gdb/ChangeLog
patch
|
blob
|
history
gdb/mi/mi-main.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 003c395d7d05822c1d48221c77e601252bdf71d1..377df5696939cecc75e55cff17a8b44c6f756120 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/mi/mi-main.h
b/gdb/mi/mi-main.h
index 1383177f27aa2de69d175e6fb4ffca581761ea53..90a61e3821b653f36c14e2ebb2011d94b2d5c076 100644
(file)
--- a/
gdb/mi/mi-main.h
+++ b/
gdb/mi/mi-main.h
@@
-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