Commit 09a214ac by Marek Polacek Committed by Marek Polacek

Remove stray comma in primary_constraint_error.

	* parser.c (enum primary_constraint_error): Remove stray comma.

From-SVN: r278967
parent a4f3fa71
2019-12-04 Marek Polacek <polacek@redhat.com>
* parser.c (enum primary_constraint_error): Remove stray comma.
2019-12-04 Richard Sandiford <richard.sandiford@arm.com> 2019-12-04 Richard Sandiford <richard.sandiford@arm.com>
* cp-tree.h (CP_AGGREGATE_TYPE_P): Check for gnu_vector_type_p * cp-tree.h (CP_AGGREGATE_TYPE_P): Check for gnu_vector_type_p
......
...@@ -27131,7 +27131,7 @@ enum primary_constraint_error ...@@ -27131,7 +27131,7 @@ enum primary_constraint_error
{ {
pce_ok, pce_ok,
pce_maybe_operator, pce_maybe_operator,
pce_maybe_postfix, pce_maybe_postfix
}; };
/* Returns true if the token(s) following a primary-expression in a /* Returns true if the token(s) following a primary-expression in a
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment