Browse Source

* better export of EXTRA define of heaptrc unit

git-svn-id: trunk@6317 -
florian 18 years ago
parent
commit
2fb33c4664
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/inc/heaptrc.pp

+ 4 - 0
rtl/inc/heaptrc.pp

@@ -15,6 +15,10 @@
 unit heaptrc;
 interface
 
+{$ifdef FPC_HEAPTRC_EXTRA}
+  {$define EXTRA}
+{$endif FPC_HEAPTRC_EXTRA}
+
 {$checkpointer off}
 {$goto on}