Explorar o código

* the type of FreeList changed to an untyped pointer (TP7 compatibility)

git-svn-id: trunk@28608 -
nickysn %!s(int64=11) %!d(string=hai) anos
pai
achega
e4095588d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/inc/tinyheap.inc

+ 1 - 1
rtl/inc/tinyheap.inc

@@ -56,7 +56,7 @@
       TinyHeapAllocGranularity = sizeof(TTinyHeapBlock);
 
     var
-      FreeList: PTinyHeapBlock = nil;
+      FreeList: Pointer = nil;
 
     function EncodeTinyHeapFreeBlockSize(Size: PtrUInt): TTinyHeapFreeBlockSize; inline;
       begin