mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:20:33 +02:00
* Better signature for Initialize/Finalize dummies
This commit is contained in:
parent
a35f66a730
commit
86ffe69380
@ -97,8 +97,8 @@ Procedure Fail;
|
||||
Function TypeOf(T : TObjectType) : Pointer;
|
||||
Function IsManagedType(T : TType) : Boolean;
|
||||
Function IsConstValue(V : TAnyType) : Boolean;
|
||||
Procedure Initialize(Var T : TAnyType; ACount : SizeInt = 1);
|
||||
Procedure Finalize(Var T : TAnyType; ACount : SizeInt = 1);
|
||||
Procedure Initialize(Var T : TManagedType; ACount : SizeInt = 1);
|
||||
Procedure Finalize(Var T : TManagedType; ACount : SizeInt = 1);
|
||||
|
||||
{$IFNDEF GO32V2}
|
||||
Var
|
||||
|
Loading…
Reference in New Issue
Block a user