c-tree.h: Remove a C_RID_YYCODE reference.
authorMarek Polacek <polacek@redhat.com>
Thu, 23 Mar 2017 12:29:28 +0000 (12:29 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 23 Mar 2017 12:29:28 +0000 (12:29 +0000)
* c-tree.h: Remove a C_RID_YYCODE reference.

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

From-SVN: r246416

gcc/c/ChangeLog
gcc/c/c-tree.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 218b804..f4dbeeb 100644 (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
index 13e40e6..9428d74 100644 (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.
index 4493515..98560b0 100644 (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
index 5be5dfe..9f02a97 100644 (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)