mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 04:59:15 +02:00
* Fix bug #31526, missing FixedInt FixedUInt from Delphi Berlin
git-svn-id: trunk@35560 -
This commit is contained in:
parent
659e372ee6
commit
4f02942b55
@ -57,7 +57,10 @@ interface
|
|||||||
TBoundArray = array of integer;
|
TBoundArray = array of integer;
|
||||||
|
|
||||||
|
|
||||||
|
// Delphi Berlin compatibility
|
||||||
|
FixedInt = Int32;
|
||||||
|
FixedUInt = UInt32;
|
||||||
|
|
||||||
{$if FPC_FULLVERSION >= 20701}
|
{$if FPC_FULLVERSION >= 20701}
|
||||||
|
|
||||||
{ Generic array type.
|
{ Generic array type.
|
||||||
|
Loading…
Reference in New Issue
Block a user