diff options
Diffstat (limited to 'gcc/read-md.c')
-rw-r--r-- | gcc/read-md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/read-md.c b/gcc/read-md.c index d32072b..c108d51 100644 --- a/gcc/read-md.c +++ b/gcc/read-md.c @@ -672,7 +672,7 @@ scan_comma_elt (const char **pstr) if (*p == ',') p++; - while (ISSPACE(*p)) + while (ISSPACE (*p)) p++; if (*p == '\0') |