diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 014a3be97e..e74665e23b 100644 --- a/rtl/inc/systemh.inc +++ b/rtl/inc/systemh.inc @@ -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 *****************************************************************************}