Browse Source

Fix big mistake in previous commit, packed must be disabled if FPC_REQUIRES_PROPER_AIGNMENT is set

git-svn-id: trunk@27614 -
pierre 11 years ago
parent
commit
034c440d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/rtti.inc

+ 1 - 1
rtl/inc/rtti.inc

@@ -16,7 +16,7 @@
 
 
 { the tk* constants are now declared in system.inc }
 { the tk* constants are now declared in system.inc }
 
 
-{$ifdef FPC_REQUIRES_PROPER_ALIGNMENT}
+{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
   {$define USE_PACKED}
   {$define USE_PACKED}
 {$endif}
 {$endif}
 {$ifdef VER2_6}
 {$ifdef VER2_6}