From a36621ef2dd386586ab60c412ae78d0215ffff41 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Feb 2018 13:25:14 +0100 Subject: lowlevelunit.pas: tLongintArrayArray, pTLongintArrayArray neu --- lowlevelunit.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lowlevelunit.pas b/lowlevelunit.pas index f30ca0b..f08a80d 100644 --- a/lowlevelunit.pas +++ b/lowlevelunit.pas @@ -20,6 +20,8 @@ type tInt64Array = specialize tArray; tLongintArray = specialize tArray; pTLongintArray = ^tLongintArray; + tLongintArrayArray = specialize tArray; + pTLongintArrayArray = ^tLongintArrayArray; tSingleArray = specialize tArray; pTSingleArray = ^tSingleArray; tInt64Point = array['x'..'y'] of int64; -- cgit v1.2.3-70-g09d2