Browse Source

* fix compiling the 64-bit compiler with a 32-bit one

git-svn-id: trunk@35654 -
svenbarth 8 năm trước cách đây
mục cha
commit
abc4cf21d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/ncgset.pas

+ 1 - 1
compiler/ncgset.pas

@@ -959,7 +959,7 @@ implementation
 
       var
         nextarrayentry : int64;
-        i : aint;
+        i : longint;
 
       procedure addarrayentry(entry : pcaselabel);
         begin