Преглед изворни кода

* Add some compiler intrinsics

git-svn-id: trunk@31037 -
michael пре 10 година
родитељ
комит
d9fec2035a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      rtl/inc/system.fpd

+ 1 - 0
rtl/inc/system.fpd

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