Reset col when reading new lines. Fix issue #39356

(cherry picked from commit 672f90bf40)
This commit is contained in:
Michaël Van Canneyt 2022-07-03 10:27:04 +02:00 committed by marcoonthegit
parent 7f561e7825
commit 0376cb7ae8

View File

@ -509,6 +509,7 @@ begin
FSkipStackIndex:=0;
Faborted:=False;
FLine:=1;
FCol:=1;
DefaultDirectives;
Repeat
NextStatement();