فهرست منبع

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

git-svn-id: branches/i8086@24055 -
florian 12 سال پیش
والد
کامیت
1ab42714c3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      compiler/globtype.pas

+ 2 - 0
compiler/globtype.pas

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