mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 09:49:08 +02:00
* Patch from Mattias Gaertner to fix range error
git-svn-id: trunk@35576 -
This commit is contained in:
parent
9fc17dc9e9
commit
d6bd57beea
@ -515,7 +515,10 @@ begin
|
|||||||
FCurToken := Result;
|
FCurToken := Result;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
{$Push}
|
||||||
|
{$R-}
|
||||||
I:=Succ(I);
|
I:=Succ(I);
|
||||||
|
{$Pop}
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user