mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:36:16 +02:00
CodeTools: allow absolute $0:$0 syntax. Issue #32506
git-svn-id: trunk@56002 -
This commit is contained in:
parent
c4eba5ff15
commit
b5e57a129f
@ -3429,6 +3429,11 @@ begin
|
||||
if ParentNode.Parent.Desc in AllCodeSections+[ctnProcedure] then begin
|
||||
ReadNextAtom;
|
||||
ReadConstant(true,false,[]);
|
||||
if CurPos.Flag=cafColon then
|
||||
begin
|
||||
ReadNextAtom;
|
||||
ReadConstant(true,false,[]);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user