mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +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
|
||||
RaiseException('syntax error: unexpected keyword '+GetAtom+' found');
|
||||
// close implementation section node
|
||||
CurNode.EndPos:=CurPos.EndPos;
|
||||
CurNode.EndPos:=CurPos.StartPos;
|
||||
EndChildNode;
|
||||
// start initialization / finalization section node
|
||||
CreateChildNode;
|
||||
|
Loading…
Reference in New Issue
Block a user