Fix end label fileline reporting.

This commit is contained in:
Wilson Snyder 2023-03-02 07:50:16 -05:00
parent 976af0068b
commit 3df29085c8

View File

@ -6608,7 +6608,7 @@ class_declaration<nodep>: // ==IEEE: part of class_declaration
$1->addExtendsp($4);
$1->addMembersp($7);
SYMP->popScope($$);
GRAMMARP->endLabel($<fl>7, $1, $9); }
GRAMMARP->endLabel($<fl>9, $1, $9); }
;
classFront<classp>: // IEEE: part of class_declaration