* c-tree.h: Remove a C_RID_YYCODE reference.
* cp-tree.h: Remove a C_RID_YYCODE reference.
From-SVN: r246416
+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
#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.
+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
}
/* 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)