mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +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;
|
||||
exit;
|
||||
end;
|
||||
{$Push}
|
||||
{$R-}
|
||||
I:=Succ(I);
|
||||
{$Pop}
|
||||
end
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user