aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2017-03-23 12:29:28 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2017-03-23 12:29:28 +0000
commitee3ff3945a03908b32b9d2555fcc3c94ae02d5eb (patch)
tree554c417f15a6da1d58fa9da965a666014c9ba708 /gcc/c
parent8bca627752ded0ccb970acd16fb9001db973e312 (diff)
downloadgcc-ee3ff3945a03908b32b9d2555fcc3c94ae02d5eb.zip
gcc-ee3ff3945a03908b32b9d2555fcc3c94ae02d5eb.tar.gz
gcc-ee3ff3945a03908b32b9d2555fcc3c94ae02d5eb.tar.bz2
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
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog4
-rw-r--r--gcc/c/c-tree.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 218b804..f4dbeeb 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -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
diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h
index 13e40e6..9428d74 100644
--- a/gcc/c/c-tree.h
+++ b/gcc/c/c-tree.h
@@ -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.