Преглед изворни кода

* Change a loop counter from aint to integer; the "to" part of the loop
is of type integer. Fixes compiling ppcx64 with ppc386.

git-svn-id: trunk@7641 -

daniel пре 18 година
родитељ
комит
4703ae318b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/symtable.pas

+ 1 - 1
compiler/symtable.pas

@@ -934,7 +934,7 @@ implementation
       var
         sym : tsym;
         def : tdef;
-        i,
+        i : integer;
         varalignrecord,varalign,
         storesize,storealign : aint;
         bitsize: aint;