mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
m32r: use is_whitespace()
Convert a lonely ISSPACE().
This commit is contained in:
@@ -989,7 +989,7 @@ assemble_two_insns (char *str1, char *str2, int parallel_p)
|
||||
{
|
||||
char *s2 = str1;
|
||||
|
||||
while (ISSPACE (*s2++))
|
||||
while (is_whitespace (*s2++))
|
||||
continue;
|
||||
|
||||
--s2;
|
||||
|
||||
Reference in New Issue
Block a user