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 218b804cfa3bc8b1ec4d89788d1dfcb8d8bf3cb4..f4dbeeb1b09bb2a1102cafc10a0ecb2b9786d3f0 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 13e40e6d55dba55bd61021977d484cc3053dff41..9428d74d05114c33b12bf9dabd0a96411f421a27 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 4493515ced8dba36b80a53fb3c5053bd60eded10..98560b053f1e3f15905631ab028c523faf94a0c5 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 5be5dfe246d0a9534661b7dc88fa295f382e44ed..9f02a97619afdbf2a0b404fd455ce2b0b3e0a8ce 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)