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