Move innermost_block_tracker to expression.h
authorTom Tromey <tromey@adacore.com>
Fri, 28 Apr 2023 14:01:54 +0000 (08:01 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 23 May 2023 19:57:53 +0000 (13:57 -0600)
commit562db568441ed0f7e258b843916c34572170cc6d
tree911c015433a041e3d121c62de69c8097842821f6
parent98d630e910c73d163a071753bfc3b9c106cd3715
Move innermost_block_tracker to expression.h

I think parser-defs.h should hold declarations that can be used by
parser implementations, whereas expression.h should hold declarations
that are used by code that wants to call a parser.  Following this
logic, this patch moves innermost_block_tracker to expression.h.
gdb/expression.h
gdb/parser-defs.h