From 15be099aa7ccc1ee4ace69f71eecae38beadfc9d Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Fri, 25 Jul 2014 21:09:59 +0000 Subject: Clean 1 build error and 1 warning for VfrCompiler. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15683 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'BaseTools') diff --git a/BaseTools/Source/C/VfrCompile/VfrSyntax.g b/BaseTools/Source/C/VfrCompile/VfrSyntax.g index 5da87675ae..4c42aa85c8 100644 --- a/BaseTools/Source/C/VfrCompile/VfrSyntax.g +++ b/BaseTools/Source/C/VfrCompile/VfrSyntax.g @@ -505,10 +505,10 @@ vfrFormSetDefinition : { ClassGuid "=" guidDefinition[ClassGuid1] << ++ClassGuidNum; >> { - "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >> - } - { - "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >> + "\|" guidDefinition[ClassGuid2] << ++ClassGuidNum; >> + { + "\|" guidDefinition[ClassGuid3] << ++ClassGuidNum; >> + } } "," } @@ -1652,7 +1652,7 @@ vfrStatementSubTitle : | { "," vfrStatementStatTagList} { "," (vfrStatementStat | vfrStatementQuestions)*} - E: EndSubtitle ";" << CRT_END_OP (E); >> + D: EndSubtitle ";" << CRT_END_OP (D); >> ) ; -- cgit v1.2.3