X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2Fantlr%2Fantlr.g;fp=BaseTools%2FSource%2FC%2FVfrCompile%2FPccts%2Fantlr%2Fantlr.g;h=c44b036c6fb7247a917c83fca71c5e265b01307b;hp=e01728a1024f3ae05a9dc53cbcd2f1221f6de701;hb=fb0b35e05f772bd415fe264267bbbcde2e0accda;hpb=325ad6226099d276564a65cdef012de0ff45ba8e diff --git a/BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g b/BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g index e01728a102..c44b036c6f 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g +++ b/BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g @@ -1331,7 +1331,7 @@ tclass : <akaString != NULL) { /* MR23 */ if (strcmp(p->akaString,akaString) != 0) { -/* MR23 */ warnFL(eMsg2("this #tokclass statment conflicts with a previous #tokclass %s(\"%s\") statement", +/* MR23 */ warnFL(eMsg2("this #tokclass statement conflicts with a previous #tokclass %s(\"%s\") statement", /* MR23 */ t,p->akaString), /* MR23 */ FileStr[save_file],save_line); /* MR23 */ }; @@ -1439,7 +1439,7 @@ token : <> if (te != NULL && akaString != NULL) { if (te->akaString != NULL) { if (strcmp(te->akaString,akaString) != 0) { - warnFL(eMsg2("this #token statment conflicts with a previous #token %s(\"%s\") statement", + warnFL(eMsg2("this #token statement conflicts with a previous #token %s(\"%s\") statement", t,te->akaString), FileStr[save_file],save_line); };