| commit | 61c81ade8b40e8d0f525c14c7cefa4f5f315ce26 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:14:56 2025 +0100 |
| committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:14:56 2025 +0100 |
| tree | 83630e74a9c77c40f04fbeeb83288ed0587f3d83 | |
| parent | 112cf77b1855f60a638543e06f6ce045d4231037 [diff] |
mn10200: use is_whitespace() Wherever blanks are permissible in input, tabs ought to be permissible, too. This is particularly relevant when -f is passed to gas (alongside appropriate input). Also convert open-coded checks as well as ISSPACE() uses. At the same time use is_end_of_stmt() instead of kind-of-open- coded checks in adjacent code.