In current implementation, the "endif" opcode for suppressif has an end ";"
for the statement opcode, but has not for the option opcode. This is not a user
friendly rule. This patch fixed it. Add an optional ";" end
for option opcode to keep consistent with existed code. The same case also
existed for grayoutif/disableif/inconsistentif/nosubmitif/warningif.
Eric Dong (2):
BaseTools VfrCompiler: In order to keep consistent, add an optional
";" for condition op-code.
MdeModulePkg DriverSampleDxe: Add optional ";" to keep consistent with
existed vfr op-code.
BaseTools/Source/C/VfrCompile/VfrSyntax.g | 12 ++++++------
MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr | 16 ++++++++--------
2 files changed, 14 insertions(+), 14 deletions(-)
--
1.9.5.msysgit.1
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel