Index: event-top.c =================================================================== RCS file: /cvs/src/src/gdb/event-top.c,v retrieving revision 1.41 diff -u -p -r1.41 event-top.c --- event-top.c 1 Nov 2005 11:09:18 -0000 1.41 +++ event-top.c 2 Nov 2005 05:43:44 -0000 @@ -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);