Răsfoiți Sursa

* Fixed unused var note.

git-svn-id: trunk@24332 -
yury 12 ani în urmă
părinte
comite
12825a2f09
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 4 1
      compiler/tokens.pas

+ 4 - 1
compiler/tokens.pas

@@ -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