mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:29:09 +02:00
* set correct fileinfo for statements_til_end() block
git-svn-id: trunk@42044 -
This commit is contained in:
parent
f5e684067d
commit
f76cde1c4c
@ -109,6 +109,8 @@ implementation
|
|||||||
end;
|
end;
|
||||||
consume(_END);
|
consume(_END);
|
||||||
statements_til_end:=cblocknode.create(first);
|
statements_til_end:=cblocknode.create(first);
|
||||||
|
if assigned(first) then
|
||||||
|
statements_til_end.fileinfo:=first.fileinfo;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user