mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +02:00
* Initialize and finalize
git-svn-id: trunk@31224 -
This commit is contained in:
parent
eb3bd4648c
commit
8600940c26
@ -82,7 +82,9 @@ Function Default(Const T : AnyType) : AnyType;
|
||||
Function TypeInfo(Const T : AnyType) : Pointer;
|
||||
Procedure Fail;
|
||||
Function TypeOf(T : TObjectType) : Pointer;
|
||||
|
||||
Procedure Initialize(Var T : TAnyType; ACount : Integer = 1);
|
||||
Procedure Finalize(Var T : TAnyType; ACount : Integer = 1);
|
||||
|
||||
{$IFNDEF GO32V2}
|
||||
Var
|
||||
mem : array[0..$7fffffff-1] of byte;
|
||||
|
Loading…
Reference in New Issue
Block a user