commit | 3e1457049444ad390a871f437b83640b409f6cb4 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 08:28:59 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 08:28:59 2025 +0100 |
tree | 582652002edb86f03462e49b35879b63a864018c | |
parent | 62d9ebbd4ead93588f31dedda5e02a6702afd166 [diff] |
gas: fold is_end_of_line[] into lex_type[] ... by way of introducing LEX_EOL and LEX_EOS. As a prereq convert the remaining open-coded accesses. The Alpha change is actually a functional one: The array slot for '!' having been set to 1 is very unlikely to have been correct. 1 means "end of line", when surely "end of statement" was always meant.