Fix end label fileline reporting.
This commit is contained in:
parent
976af0068b
commit
3df29085c8
|
|
@ -6608,7 +6608,7 @@ class_declaration<nodep>: // ==IEEE: part of class_declaration
|
||||||
$1->addExtendsp($4);
|
$1->addExtendsp($4);
|
||||||
$1->addMembersp($7);
|
$1->addMembersp($7);
|
||||||
SYMP->popScope($$);
|
SYMP->popScope($$);
|
||||||
GRAMMARP->endLabel($<fl>7, $1, $9); }
|
GRAMMARP->endLabel($<fl>9, $1, $9); }
|
||||||
;
|
;
|
||||||
|
|
||||||
classFront<classp>: // IEEE: part of class_declaration
|
classFront<classp>: // IEEE: part of class_declaration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue