浏览代码

* better export of EXTRA define of heaptrc unit

git-svn-id: trunk@6317 -
florian 18 年之前
父节点
当前提交
2fb33c4664
共有 1 个文件被更改,包括 4 次插入0 次删除
  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}