Browse Source

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

git-svn-id: trunk@35654 -
svenbarth 8 years ago
parent
commit
abc4cf21d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncgset.pas

+ 1 - 1
compiler/ncgset.pas

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