mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 03:07:11 +01:00
+ add descriptive comment regarding the TVmtField* types
This commit is contained in:
parent
93d38629aa
commit
c74441323a
@ -197,6 +197,9 @@ unit TypInfo;
|
||||
property Tail: Pointer read GetTail;
|
||||
end;
|
||||
|
||||
{ The following three types are essentially copies from the TObject.FieldAddress
|
||||
function. If something is changed there, change it here as well }
|
||||
|
||||
PVmtFieldClassTab = ^TVmtFieldClassTab;
|
||||
TVmtFieldClassTab =
|
||||
{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user