Move enum noside earlier in expression.h
authorTom Tromey <tom@tromey.com>
Sat, 21 Nov 2020 15:49:10 +0000 (08:49 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 21 Dec 2020 19:55:53 +0000 (12:55 -0700)
commit6c078f0bfe67dd59427986eda110444bbaf29f1f
treeac5a72e6f382b8a63eff327bd3779d7ccdc5b837
parente1ff6226d8e36896edbdd651753a3e1292381ba0
Move enum noside earlier in expression.h

For the expression rewrite series, I needed to move enum noside
earlier in expression.h.  Because this is a pure move, and because it
seems harmless and uncontroversial to move an enum definition earlier
in a file, I'm pushing it in early, to reduce the size of that series.

Tested by rebuilding.

gdb/ChangeLog
2020-12-21  Tom Tromey  <tom@tromey.com>

* expression.h (enum noside): Move earlier.
gdb/ChangeLog
gdb/expression.h
This page took 0.027735 seconds and 4 git commands to generate.