mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 01:09:40 +01:00
* Fixed unused var note.
git-svn-id: trunk@24332 -
This commit is contained in:
parent
b4ba96fa5a
commit
12825a2f09
@ -684,8 +684,11 @@ procedure create_tokenidx;
|
||||
length, so a search only will be done in that small part }
|
||||
var
|
||||
t : ttoken;
|
||||
i, j : longint;
|
||||
i : longint;
|
||||
c : char;
|
||||
{$ifdef jvm}
|
||||
j : longint;
|
||||
{$endif jvm}
|
||||
begin
|
||||
fillchar(tokenidx^,sizeof(tokenidx^),0);
|
||||
for t:=low(ttoken) to high(ttoken) do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user