mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* the type of FreeList changed to an untyped pointer (TP7 compatibility)
git-svn-id: trunk@28608 -
This commit is contained in:
parent
a4d71348dd
commit
e4095588d6
@ -56,7 +56,7 @@
|
||||
TinyHeapAllocGranularity = sizeof(TTinyHeapBlock);
|
||||
|
||||
var
|
||||
FreeList: PTinyHeapBlock = nil;
|
||||
FreeList: Pointer = nil;
|
||||
|
||||
function EncodeTinyHeapFreeBlockSize(Size: PtrUInt): TTinyHeapFreeBlockSize; inline;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user