| commit | bb051d7a307ee7a53905d1d1cb08f30f70eeba3f | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Mon Dec 19 11:01:48 2022 -0700 |
| committer | Tom Tromey <tromey@adacore.com> | Fri May 12 13:25:28 2023 -0600 |
| tree | f5f549385e6651acdc44bac08b0ac6b93b39f8ac | |
| parent | 658d5e0c6184a4f07f40c6d4d1aacfdeafd44d6a [diff] |
Define symbol::value_block separately This moves the definition of symbol::value_block outside of the class. A subsequent patch will change this method to use SYMBOL_BLOCK_OPS, and it seemed simplest to move this method out-of-line, and cleaner to do this as a separate change.