mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:39:25 +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;
|
||||
consume(_END);
|
||||
statements_til_end:=cblocknode.create(first);
|
||||
if assigned(first) then
|
||||
statements_til_end.fileinfo:=first.fileinfo;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user