diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-05 12:35:08 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-13 14:52:09 -0600 |
commit | 16cb7910b946bad4b5f4aa69925361004c4e412f (patch) | |
tree | 56ade820d72f698b7776ad884e903a2a872ea3cc /gdb/ChangeLog | |
parent | cc0c3ffbc975fe764f6c4746611a836e7a4ce379 (diff) | |
download | gdb-16cb7910b946bad4b5f4aa69925361004c4e412f.zip gdb-16cb7910b946bad4b5f4aa69925361004c4e412f.tar.gz gdb-16cb7910b946bad4b5f4aa69925361004c4e412f.tar.bz2 |
Make tui_default_win_height static
tui_default_win_height is only used in tui-layout.c, so make it static.
gdb/ChangeLog
2019-08-13 Tom Tromey <tom@tromey.com>
* tui/tui-layout.h (tui_default_win_height): Don't declare.
* tui/tui-layout.c (tui_default_win_height): Now static.
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 ea3c077..8e70be6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2019-08-13 Tom Tromey <tom@tromey.com> + * tui/tui-layout.h (tui_default_win_height): Don't declare. + * tui/tui-layout.c (tui_default_win_height): Now static. + +2019-08-13 Tom Tromey <tom@tromey.com> + * tui/tui-layout.c (show_layout): Unify all layout cases into a single switch. (show_source_disasm_command, show_source_or_disasm_and_command): |