mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 04:30:16 +02:00
* allow for AlignTypeData() to be inlined
git-svn-id: trunk@35322 -
This commit is contained in:
parent
8e510da317
commit
3b1ae57844
@ -495,7 +495,7 @@ unit typinfo;
|
||||
|
||||
// general property handling
|
||||
Function GetTypeData(TypeInfo : PTypeInfo) : PTypeData;
|
||||
Function AlignTypeData(p : Pointer) : Pointer;
|
||||
Function AlignTypeData(p : Pointer) : Pointer; inline;
|
||||
|
||||
Function GetPropInfo(TypeInfo: PTypeInfo;const PropName: string): PPropInfo;
|
||||
Function GetPropInfo(TypeInfo: PTypeInfo;const PropName: string; AKinds: TTypeKinds): PPropInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user