* event-top.c (gdb_setup_readline): Add missing type in extern

declaration.
This commit is contained in:
Joel Brobecker
2005-11-02 05:57:25 +00:00
parent e3267a15d7
commit 7cd012f3da
2 changed files with 6 additions and 1 deletions

View File

@@ -1110,7 +1110,7 @@ gdb_setup_readline (void)
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
time. */
extern batch_silent;
extern int batch_silent;
if (!batch_silent)
gdb_stdout = stdio_fileopen (stdout);