commit | 0688bf443c618be0a4a22cbc7ffb802dd771801c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Jan 19 18:36:17 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Feb 19 12:51:06 2023 -0700 |
tree | 443feb429581ebd8819a0a32dcbde0bd1f0fd443 | |
parent | 7bf30a4447713192eb49be43d7f66630d570652b [diff] |
Store 'name' in block_iterator This changes the block_iterator to store the 'name' that is used by block_iter_match_next. This avoids any problem where the name could be passed inconsistently, and also makes the subsequent patches easier to understand.