mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 19:22:13 +02:00
* move RTTI header include above ObjPas header include
git-svn-id: trunk@37426 -
This commit is contained in:
parent
43867344cd
commit
fe95d73fe5
@ -1595,6 +1595,14 @@ const
|
||||
{$i setjumph.inc}
|
||||
|
||||
|
||||
{*****************************************************************************
|
||||
RTTI support
|
||||
*****************************************************************************}
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_RTTI}
|
||||
{$i rttih.inc}
|
||||
{$endif FPC_HAS_FEATURE_RTTI}
|
||||
|
||||
{*****************************************************************************
|
||||
Object Pascal support
|
||||
*****************************************************************************}
|
||||
@ -1611,14 +1619,6 @@ const
|
||||
{$i varianth.inc}
|
||||
{$endif FPC_HAS_FEATURE_VARIANTS}
|
||||
|
||||
{*****************************************************************************
|
||||
RTTI support
|
||||
*****************************************************************************}
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_RTTI}
|
||||
{$i rttih.inc}
|
||||
{$endif FPC_HAS_FEATURE_RTTI}
|
||||
|
||||
{*****************************************************************************
|
||||
Internal helper routines support
|
||||
*****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user