소스 검색

* added {$inline on} directive to fix compilation with 2.0.4

git-svn-id: trunk@7658 -
Jonas Maebe 18 년 전
부모
커밋
0a10f521f6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/inc/heaptrc.pp

+ 2 - 0
rtl/inc/heaptrc.pp

@@ -15,6 +15,8 @@
 unit heaptrc;
 interface
 
+{$inline on}
+
 {$ifdef FPC_HEAPTRC_EXTRA}
   {$define EXTRA}
 {$endif FPC_HEAPTRC_EXTRA}