mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
* Tenum_typedata needs to include the Common record as well
git-svn-id: trunk@42438 -
This commit is contained in:
parent
55dfb59631
commit
c0da39a35d
@ -523,6 +523,9 @@ type
|
||||
{$packrecords c}
|
||||
Penum_typedata=^Tenum_typedata;
|
||||
Tenum_typedata={$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}packed{$endif}record
|
||||
{$if declared(TRttiDataCommon)}
|
||||
Common: TRttiDataCommon;
|
||||
{$endif}
|
||||
ordtype:byte;
|
||||
case TTypeKind of
|
||||
tkInteger,tkChar,tkEnumeration,tkBool,tkWChar,tkSet: (
|
||||
|
Loading…
Reference in New Issue
Block a user