diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-16 15:50:51 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-16 15:50:51 +0000 |
commit | 314b6fb79ad0c7c87dfc265dc5f6f19123c78bb8 (patch) | |
tree | 1c035f4b03495257ce30d8208f8217cf669da7a2 /gdb/ChangeLog | |
parent | 210661e72f813f88355073842a68bcad63eb6760 (diff) | |
download | gdb-314b6fb79ad0c7c87dfc265dc5f6f19123c78bb8.zip gdb-314b6fb79ad0c7c87dfc265dc5f6f19123c78bb8.tar.gz gdb-314b6fb79ad0c7c87dfc265dc5f6f19123c78bb8.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d578419..6f728f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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, execute_user_command, do_setshow_command, get_prompt, init_proc, serial_log_command): Remove extern declarations. Include |