]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/toplev.c
c-common.c: Convert to using ctype macros defined in system.h.
[thirdparty/gcc.git] / gcc / toplev.c
index 22c139f748055b804b4d87485afe9fa7d8c3c133..eabff92640159df1a252c79fff54cd2d84ddedeb 100644 (file)
@@ -1344,7 +1344,7 @@ v_message_with_decl (decl, prefix, s, ap)
       while (*p)
        {
          ++p;
-         if (isalpha (*(p - 1) & 0xFF))
+         if (ISALPHA (*(p - 1) & 0xFF))
            break;
        }
     }