mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 11:19:11 +02:00
codetools: fixed compilation
git-svn-id: branches/fixes_1_8@56531 -
This commit is contained in:
parent
e0e03d0f94
commit
232f8ab6a3
@ -7091,7 +7091,7 @@ var
|
||||
Parts[ppType]:=CurPos;
|
||||
Result:=GetAtom;
|
||||
ReadTypeReference(false);
|
||||
p:=LastAtoms.GetPriorAtom.EndPos;
|
||||
p:=LastAtoms.GetValueAt(0).EndPos;
|
||||
if p>Parts[ppType].EndPos then begin
|
||||
Parts[ppType].EndPos:=p;
|
||||
Result:=ExtractCode(Parts[ppType].StartPos,Parts[ppType].EndPos,[]);
|
||||
|
Loading…
Reference in New Issue
Block a user