Explorar o código

* Fix bug #31526, missing FixedInt FixedUInt from Delphi Berlin

git-svn-id: trunk@35560 -
michael %!s(int64=8) %!d(string=hai) anos
pai
achega
4f02942b55
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      rtl/objpas/objpas.pp

+ 4 - 1
rtl/objpas/objpas.pp

@@ -57,7 +57,10 @@ interface
        TBoundArray = array of integer;
 
 
-
+       // Delphi Berlin compatibility 
+       FixedInt = Int32;
+       FixedUInt = UInt32;
+       
 {$if FPC_FULLVERSION >= 20701}
 
       { Generic array type.