Răsfoiți Sursa

+ fix compilation by adding a Int32 type, no sure why it is needed

git-svn-id: branches/i8086@24055 -
florian 12 ani în urmă
părinte
comite
1ab42714c3
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      compiler/globtype.pas

+ 2 - 0
compiler/globtype.pas

@@ -41,6 +41,8 @@ interface
 {$endif symansistr}
 {$endif symansistr}
        PSymStr = ^TSymStr;
        PSymStr = ^TSymStr;
 
 
+       Int32 = Longint;
+
        { Integer type corresponding to pointer size }
        { Integer type corresponding to pointer size }
 {$ifdef cpu64bitaddr}
 {$ifdef cpu64bitaddr}
        PUint = qword;
        PUint = qword;