Browse Source

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

git-svn-id: trunk@7658 -
Jonas Maebe 18 years ago
parent
commit
0a10f521f6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/inc/heaptrc.pp

+ 2 - 0
rtl/inc/heaptrc.pp

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