Minor rearrangement of tui-stack.c
authorTom Tromey <tom@tromey.com>
Thu, 18 Jul 2019 20:12:31 +0000 (14:12 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:09 +0000 (12:57 -0600)
commit12a8555a5402b46da5ad39e29156c0d6b3a81a78
tree7fe593e1ef6a16c5cf066afd2c59cf2538d5b47e
parent900ac24287a26146a6a5f4b3b9d6610f3b574428
Minor rearrangement of tui-stack.c

This move _initialize_tui_stack to the end of tui-stack.c, per the gdb
style; and then removes two unnecessary forward declarations.

gdb/ChangeLog
2019-08-30  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (_initialize_tui_stack): Move later.
Remove unnecessary forward declarations.
gdb/ChangeLog
gdb/tui/tui-stack.c