mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:21:04 +02:00
MG: fixed implementation node end
git-svn-id: trunk@529 -
This commit is contained in:
parent
19a39c3e99
commit
0908e8916e
@ -1321,7 +1321,7 @@ begin
|
|||||||
if not (UpAtomIs('INITIALIZATION') or UpAtomIs('FINALIZATION')) then
|
if not (UpAtomIs('INITIALIZATION') or UpAtomIs('FINALIZATION')) then
|
||||||
RaiseException('syntax error: unexpected keyword '+GetAtom+' found');
|
RaiseException('syntax error: unexpected keyword '+GetAtom+' found');
|
||||||
// close implementation section node
|
// close implementation section node
|
||||||
CurNode.EndPos:=CurPos.EndPos;
|
CurNode.EndPos:=CurPos.StartPos;
|
||||||
EndChildNode;
|
EndChildNode;
|
||||||
// start initialization / finalization section node
|
// start initialization / finalization section node
|
||||||
CreateChildNode;
|
CreateChildNode;
|
||||||
|
Loading…
Reference in New Issue
Block a user