mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +02:00
* small fix to compile with latest typinfo
This commit is contained in:
parent
b13955d6d8
commit
a6aa2f8b55
@ -13,7 +13,7 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
|
||||
('Unknown','Integer','Char','Enumeration',
|
||||
'Float','Set','Method','ShortString','LongString',
|
||||
'AnsiString','WideString','Variant','Array','Record',
|
||||
'Interface','Class','Object','WideChar','Bool');
|
||||
'Interface','Class','Object','WideChar','Bool','Int64','QWord');
|
||||
|
||||
Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
|
||||
|
||||
@ -423,7 +423,7 @@ Procedure DumpTypeInfo (O : TMyTestObject);
|
||||
Var
|
||||
PT : PTypeData;
|
||||
PI : PTypeInfo;
|
||||
I,J : Longint;
|
||||
I : Longint;
|
||||
PP : PPropList;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user