Browse Source

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

git-svn-id: trunk@28608 -
nickysn 11 năm trước cách đây
mục cha
commit
e4095588d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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