Browse Source

* disabled checkpointer for Darwin since it doesn't work

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

+ 5 - 0
rtl/inc/heaptrc.pp

@@ -872,6 +872,11 @@ begin
   {$WARNING data and bss checking missing }
 {$endif morphos}
 
+  {$ifdef darwin}
+  {$warning No checkpointer support yet for Darwin}
+  exit;
+  {$endif}
+
   { first try valid list faster }
 
 {$ifdef EXTRA}