mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2002-09-18 Andrew Cagney <ac131313@redhat.com>
* infrun.c (signal_stop_update): Convert definition to ISO C. (signal_print_update): Ditto. (signal_pass_update): Ditto. * inflow.c (terminal_save_ours): Ditto.
This commit is contained in:
@@ -205,7 +205,7 @@ terminal_init_inferior_with_pgrp (int pgrp)
|
||||
and gdb must be able to restore it correctly. */
|
||||
|
||||
void
|
||||
terminal_save_ours ()
|
||||
terminal_save_ours (void)
|
||||
{
|
||||
if (gdb_has_a_terminal ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user