* event-top.c (gdb_setup_readline): Add missing type in extern
declaration.
This commit is contained in:
parent
e3267a15d7
commit
7cd012f3da
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* event-top.c (gdb_setup_readline): Add missing type in extern
|
||||||
|
declaration.
|
||||||
|
|
||||||
2005-11-01 Paul Gilliam <pgilliam@us.ibm.com>
|
2005-11-01 Paul Gilliam <pgilliam@us.ibm.com>
|
||||||
|
|
||||||
* rs6000-tdep.c (rs6000_gdbarch_init): On GNU/Linux, assume that
|
* rs6000-tdep.c (rs6000_gdbarch_init): On GNU/Linux, assume that
|
||||||
|
@ -1110,7 +1110,7 @@ gdb_setup_readline (void)
|
|||||||
that the sync setup is ALL done in gdb_init, and we would only
|
that the sync setup is ALL done in gdb_init, and we would only
|
||||||
mess it up here. The sync stuff should really go away over
|
mess it up here. The sync stuff should really go away over
|
||||||
time. */
|
time. */
|
||||||
extern batch_silent;
|
extern int batch_silent;
|
||||||
|
|
||||||
if (!batch_silent)
|
if (!batch_silent)
|
||||||
gdb_stdout = stdio_fileopen (stdout);
|
gdb_stdout = stdio_fileopen (stdout);
|
||||||
|
Loading…
Reference in New Issue
Block a user