mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 15:31:55 +02:00
* Add some compiler intrinsics
git-svn-id: trunk@31037 -
This commit is contained in:
parent
b9fa0d0934
commit
d9fec2035a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user