Make increase_expout_size static
authorTom Tromey <tom@tromey.com>
Sun, 24 Mar 2019 14:25:58 +0000 (08:25 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 5 Apr 2019 01:55:10 +0000 (19:55 -0600)
commite3980ce2a9bf19ade17fdd9817765f2d1e17a0d8
tree670f7a0d3055ddf56d4a68449d6e497604bec005
parentbec858ea4d0cef2d8be47b96669b803f73902014
Make increase_expout_size static

increase_expout_size is only called from parse.c, and probably only
should be.  This makes it "static".  Tested by rebuilding.

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

* parser-defs.h (increase_expout_size): Don't declare.
* parse.c (increase_expout_size): Now static.
gdb/ChangeLog
gdb/parse.c
gdb/parser-defs.h
This page took 0.02412 seconds and 4 git commands to generate.