소스 검색

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

git-svn-id: trunk@27614 -
pierre 11 년 전
부모
커밋
034c440d84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }
 
-{$ifdef FPC_REQUIRES_PROPER_ALIGNMENT}
+{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
   {$define USE_PACKED}
 {$endif}
 {$ifdef VER2_6}