Fix some K&R isms.

This commit is contained in:
Andrew Cagney
2002-07-11 13:50:50 +00:00
parent 239e1f3afa
commit 5ae5f59288
26 changed files with 90 additions and 56 deletions

View File

@ -1037,7 +1037,7 @@ static int operate_saved_history = -1;
/* This is put on the appropriate hook and helps operate-and-get-next
do its work. */
void
gdb_rl_operate_and_get_next_completion ()
gdb_rl_operate_and_get_next_completion (void)
{
int delta = where_history () - operate_saved_history;
/* The `key' argument to rl_get_previous_history is ignored. */