mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
* top.c (show_commands): Remove extern decl of history_get, it's already in readline/history.h.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* top.c (show_commands): Remove extern decl of history_get, it's
|
||||
already in readline/history.h.
|
||||
|
||||
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
|
||||
|
@ -1642,8 +1642,6 @@ show_commands (char *args, int from_tty)
|
||||
than the number of the last command). Relative to history_base. */
|
||||
int hist_len;
|
||||
|
||||
extern HIST_ENTRY *history_get (int);
|
||||
|
||||
/* Print out some of the commands from the command history. */
|
||||
/* First determine the length of the history list. */
|
||||
hist_len = history_size;
|
||||
|
Reference in New Issue
Block a user