diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -737,7 +737,7 @@ struct tree_identifier { struct tree_common common; int length; - char *pointer; + const char *pointer; }; /* In a TREE_LIST node. */ |