c-tree.h: Remove a C_RID_YYCODE reference.

* c-tree.h: Remove a C_RID_YYCODE reference.

	* cp-tree.h: Remove a C_RID_YYCODE reference.

From-SVN: r246416
This commit is contained in:
Marek Polacek 2017-03-23 12:29:28 +00:00 committed by Marek Polacek
parent 8bca627752
commit ee3ff3945a
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2017-03-23 Marek Polacek <polacek@redhat.com>
* c-tree.h: Remove a C_RID_YYCODE reference.
2017-03-21 Jakub Jelinek <jakub@redhat.com>
PR c/80097

View File

@ -43,8 +43,7 @@ along with GCC; see the file COPYING3. If not see
#define C_TYPE_INCOMPLETE_VARS(TYPE) TYPE_VFIELD (TYPE)
/* In an IDENTIFIER_NODE, nonzero if this identifier is actually a
keyword. C_RID_CODE (node) is then the RID_* value of the keyword,
and C_RID_YYCODE is the token number wanted by Yacc. */
keyword. C_RID_CODE (node) is then the RID_* value of the keyword. */
#define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_0 (ID)
/* Record whether a type or decl was written with nonconstant size.

View File

@ -1,3 +1,7 @@
2017-03-23 Marek Polacek <polacek@redhat.com>
* cp-tree.h: Remove a C_RID_YYCODE reference.
2017-03-22 Jakub Jelinek <jakub@redhat.com>
PR c++/80141

View File

@ -346,8 +346,7 @@ identifier_p (tree t)
}
/* In an IDENTIFIER_NODE, nonzero if this identifier is actually a
keyword. C_RID_CODE (node) is then the RID_* value of the keyword,
and C_RID_YYCODE is the token number wanted by Yacc. */
keyword. C_RID_CODE (node) is then the RID_* value of the keyword. */
#define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_5 (ID)