Ver Fonte

* Add some compiler intrinsics

git-svn-id: trunk@31037 -
michael há 10 anos atrás
pai
commit
d9fec2035a
1 ficheiros alterados com 1 adições e 0 exclusões
  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);
 Function Slice(Const A : ArrayType; ACount : Integer) : ArrayType2;
 Function Default(Const T : AnyType) : AnyType;
+Function TypeInfo(Const T : AnyType) : Pointer;
  
 {$IFNDEF GO32V2}
 Var