Make c-exp.y:name_obstack static
authorTom Tromey <tromey@adacore.com>
Thu, 17 Sep 2020 14:06:01 +0000 (08:06 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 17 Sep 2020 14:06:01 +0000 (08:06 -0600)
commit9519b2eea05637faa380a68fd679a950176de6db
tree6612055e8533c1c448e3fda2cfd96a87c21436fd
parentdd80eb2cff5c415a6623e144119010917922d1f7
Make c-exp.y:name_obstack static

c-exp.y:name_obstack is not static, but should be.  This patch makes
the change.  Tested by rebuilding.

gdb/ChangeLog
2020-09-17  Tom Tromey  <tromey@adacore.com>

* c-exp.y (name_obstack): Now static.
gdb/ChangeLog
gdb/c-exp.y