]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: tui_win_name: Make parameter and result const.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 6 Jul 2015 14:32:11 +0000 (15:32 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 6 Jul 2015 14:54:21 +0000 (15:54 +0100)
commitf41cbf58f4af65e8612585c45208f3690a39ea28
tree52092861f2d453e4a893cd3c3fe3992853a78bc5
parent118ca22445afc728069ca80be2f30dae6913059e
gdb: tui_win_name: Make parameter and result const.

This commit makes the parameter and the result for 'tui_win_name'
constant.  There's one place in the code that is then updated as a
result of this change.

gdb/ChangeLog:

* tui/tui-data.c (tui_partial_win_by_name): Window name is const.
(tui_win_name): Make parameter and result const.
* tui/tui-data.h (tui_win_name): Make parameter and result const.
gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-data.h