Make c_type_print_varspec_suffix static
authorTom Tromey <tom@tromey.com>
Tue, 17 Apr 2018 19:51:22 +0000 (13:51 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 1 Jun 2018 16:19:55 +0000 (10:19 -0600)
commitbc8453a7bb617a5f14a465516f9f87c2ab6e05d5
tree813981913ed2e53b90fae81456775124441eb1eb
parent739e8682ff1cffc2809c91853efeef232d29e582
Make c_type_print_varspec_suffix static

I noticed that c_type_print_varspec_suffix is only called from
c-typeprint.c, so this patch makes it "static".

gdb/ChangeLog
2018-06-01  Tom Tromey  <tom@tromey.com>

* typeprint.h (c_type_print_varspec_suffix): Don't declare.
* c-typeprint.c (c_type_print_varspec_suffix): Now static.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/typeprint.h