commit | 50f9bcde56609ce176324c16cc383286c5734078 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:06:43 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:06:43 2025 +0100 |
tree | db1aebd4269e180836c0988ae59836ae499c372f | |
parent | 75e0098900566b692ae7537e23dcf1411f9ddcba [diff] |
M*Core: 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 ISSPACE() uses. At the same time use is_end_of_stmt() instead of an open-coded check in adjacent code.