* Add some compiler intrinsics

git-svn-id: trunk@31037 -
This commit is contained in:
michael 2015-06-13 16:44:32 +00:00
parent b9fa0d0934
commit d9fec2035a

View File

@ -79,6 +79,7 @@ Procedure Pack(Const A : UnpackedArrayType; StartIndex : TIndexType; Out Z : Pac
Procedure UnPack(Const Z : PackedArrayType; Out A : UnpackedArrayType; StartIndex : TIndexType);
Function Slice(Const A : ArrayType; ACount : Integer) : ArrayType2;
Function Default(Const T : AnyType) : AnyType;
Function TypeInfo(Const T : AnyType) : Pointer;
{$IFNDEF GO32V2}
Var