Remove stray comma in primary_constraint_error.
authorMarek Polacek <polacek@redhat.com>
Wed, 4 Dec 2019 14:52:12 +0000 (14:52 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Wed, 4 Dec 2019 14:52:12 +0000 (14:52 +0000)
* parser.c (enum primary_constraint_error): Remove stray comma.

From-SVN: r278967

gcc/cp/ChangeLog
gcc/cp/parser.c

index fbf2874..a9bcbb2 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * cp-tree.h (CP_AGGREGATE_TYPE_P): Check for gnu_vector_type_p
index fb03002..10ff016 100644 (file)
@@ -27131,7 +27131,7 @@ enum primary_constraint_error
 {
   pce_ok,
   pce_maybe_operator,
-  pce_maybe_postfix,
+  pce_maybe_postfix
 };
 
 /* Returns true if the token(s) following a primary-expression in a