Make context_stack_size static in buildsym.c
authorTom Tromey <tom@tromey.com>
Sun, 20 May 2018 17:12:57 +0000 (11:12 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 16 Jul 2018 14:55:17 +0000 (08:55 -0600)
commit0ec44fc067ca71f968a4fedda1c17cba2e5ad0ca
tree10da6ed1605d1b1a4b33463627df9824445db1c9
parent81cc346dc98678c5d196c7110795d8f2edfd8f50
Make context_stack_size static in buildsym.c

context_stack_size is declared in buildsym.h, but only used in
buildsym.c.  This makes it static in buildsym.c.

gdb/ChangeLog
2018-07-16  Tom Tromey  <tom@tromey.com>

* buildsym.h (context_stack_size): Don't declare.
* buildsym.c (context_stack_size): New global.
gdb/ChangeLog
gdb/buildsym.c
gdb/buildsym.h