From 04cc605597a05f830808ed9ea81ba82d679d072e Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 15 Nov 2006 21:25:34 +0000 Subject: [PATCH] Comma after ENUM with no explicit value git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664874 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/src/thrift.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/src/thrift.y b/compiler/cpp/src/thrift.y index 468cbb33..e1dd84f7 100644 --- a/compiler/cpp/src/thrift.y +++ b/compiler/cpp/src/thrift.y @@ -316,7 +316,7 @@ EnumDef: $$ = new t_constant($1, $3); } | - tok_identifier + tok_identifier CommaOrSemicolonOptional { pdebug("EnumDef => tok_identifier"); $$ = new t_constant($1); -- 2.17.1