|
@@ -417,6 +417,7 @@ Procedure fpc_Addref (Data,TypeInfo : Pointer); compilerproc;
|
|
Procedure fpc_DecRef (Data,TypeInfo : Pointer); compilerproc;
|
|
Procedure fpc_DecRef (Data,TypeInfo : Pointer); compilerproc;
|
|
procedure fpc_finalize_array(data,typeinfo : pointer;count,size : longint); compilerproc;
|
|
procedure fpc_finalize_array(data,typeinfo : pointer;count,size : longint); compilerproc;
|
|
Function fpc_Copy (Src, Dest, TypeInfo : Pointer) : SizeInt; compilerproc;
|
|
Function fpc_Copy (Src, Dest, TypeInfo : Pointer) : SizeInt; compilerproc;
|
|
|
|
+Procedure fpc_Copy_proc (Src, Dest, TypeInfo : Pointer); compilerproc; inline;
|
|
{$endif FPC_HAS_FEATURE_RTTI}
|
|
{$endif FPC_HAS_FEATURE_RTTI}
|
|
|
|
|
|
|
|
|