mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* disabled checkpointer for Darwin since it doesn't work
git-svn-id: trunk@6079 -
This commit is contained in:
parent
31fa4e78c9
commit
01749b93f3
@ -872,6 +872,11 @@ begin
|
|||||||
{$WARNING data and bss checking missing }
|
{$WARNING data and bss checking missing }
|
||||||
{$endif morphos}
|
{$endif morphos}
|
||||||
|
|
||||||
|
{$ifdef darwin}
|
||||||
|
{$warning No checkpointer support yet for Darwin}
|
||||||
|
exit;
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ first try valid list faster }
|
{ first try valid list faster }
|
||||||
|
|
||||||
{$ifdef EXTRA}
|
{$ifdef EXTRA}
|
||||||
|
Loading…
Reference in New Issue
Block a user