From 8600940c26a34d783f41a3be7a4e71940b1dc84e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 23 Jul 2015 18:52:33 +0000 Subject: [PATCH] * Initialize and finalize git-svn-id: trunk@31224 - --- rtl/inc/system.fpd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rtl/inc/system.fpd b/rtl/inc/system.fpd index 3398f7d356..6ed8fbf4c7 100644 --- a/rtl/inc/system.fpd +++ b/rtl/inc/system.fpd @@ -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;