mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 00:39:15 +02:00
+ fix compilation by adding a Int32 type, no sure why it is needed
git-svn-id: branches/i8086@24055 -
This commit is contained in:
parent
fef7832790
commit
1ab42714c3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user