diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3786,7 +3786,7 @@ is_attribute_p (attr, ident) tree ident; { int ident_len, attr_len; - char *p; + const char *p; if (TREE_CODE (ident) != IDENTIFIER_NODE) return 0; |