Sfoglia il codice sorgente

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

git-svn-id: trunk@27614 -
pierre 11 anni fa
parent
commit
034c440d84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}