TREE_STRING_LENGTH comment
From-SVN: r180800
This commit is contained in:
parent
af8ed618fb
commit
537e309ce3
1 changed files with 1 additions and 0 deletions
|
@ -1521,6 +1521,7 @@ struct GTY(()) tree_fixed_cst {
|
|||
};
|
||||
|
||||
/* In a STRING_CST */
|
||||
/* In C terms, this is sizeof, not strlen. */
|
||||
#define TREE_STRING_LENGTH(NODE) (STRING_CST_CHECK (NODE)->string.length)
|
||||
#define TREE_STRING_POINTER(NODE) \
|
||||
((const char *)(STRING_CST_CHECK (NODE)->string.str))
|
||||
|
|
Loading…
Add table
Reference in a new issue