diff options
author | Jan Beulich <jbeulich@suse.com> | 2025-02-03 07:52:19 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2025-02-05 07:07:24 +0100 |
commit | 2a81e7ff9e498e2637ca52db3a18752e4d904dd0 (patch) | |
tree | bd4c5d0e1d1eaaa5aef2305bf4f585a596cd03ad /gdb/testsuite/gdb.threads/linux-dp.exp | |
parent | b9334b91436cca92150701627919a9c8e874878b (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
Convert uses of ISSPACE() and testing for specific characters into
calls to is_whitespace and is_end_of_stmt. While doing that, also
remove some redundant tests, like ';' together with is_end_of_line[]
and is_whitespace and !is_end_of_line.
Note the invalid casts being fixed as part of moving to is_... macros;
there were (unsigned int) where there should have been (unsigned char)
applied on char as index to is_end_of_line[].
Beware that the input language changes slightly: some constructs with
whitespace characters other than space and TAB are now invalid.
Diffstat (limited to 'gdb/testsuite/gdb.threads/linux-dp.exp')
0 files changed, 0 insertions, 0 deletions