| commit | 562db568441ed0f7e258b843916c34572170cc6d | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Fri Apr 28 08:01:54 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue May 23 13:57:53 2023 -0600 |
| tree | 911c015433a041e3d121c62de69c8097842821f6 | |
| parent | 98d630e910c73d163a071753bfc3b9c106cd3715 [diff] |
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.