mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Fix some K&R isms.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user