git-svn-id: trunk@39249 -
@@ -14,13 +14,6 @@
{ Run-Time type information routines }
-{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
- {$define USE_PACKED}
-{$endif}
-{$ifdef VER2_6}
-
type
PRecordElement=^TRecordElement;
TRecordElement=
@@ -16,6 +16,14 @@
**********************************************************************}
+{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
+ {$define USE_PACKED}
+{$endif}
+{$ifdef VER2_6}
+
PTypeKind = ^TTypeKind;