mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
Reset col when reading new lines. Fix issue #39356
This commit is contained in:
parent
c5a0d16c58
commit
672f90bf40
@ -509,6 +509,7 @@ begin
|
||||
FSkipStackIndex:=0;
|
||||
Faborted:=False;
|
||||
FLine:=1;
|
||||
FCol:=1;
|
||||
DefaultDirectives;
|
||||
Repeat
|
||||
NextStatement();
|
||||
|
Loading…
Reference in New Issue
Block a user