* don't use HeapNotify for FPC

This commit is contained in:
pierre 2001-08-05 23:27:54 +00:00
parent f9db36c0df
commit 21f6c17cf4
2 changed files with 10 additions and 4 deletions

View File

@ -535,7 +535,7 @@ BEGIN
End;
CachePtr := HeapEnd; { Cache starts at end }
{$ELSE} { DPMI/WIN/NT/OS2 CODE }
{$IFNDEF PPC_DELPHI3}
{$IFNDEF PPC_FPC}
HeapError := @HeapNotify; { Set heap error proc }
{$ENDIF}
SafetyPoolSize := LowMemSize * 16; { Fix safety pool size }
@ -828,7 +828,10 @@ END.
{
$Log$
Revision 1.3 2001-08-04 19:14:33 peter
Revision 1.4 2001-08-05 23:27:54 pierre
* don't use HeapNotify for FPC
Revision 1.3 2001/08/04 19:14:33 peter
* Added Makefiles
* added FV specific units and objects from old FV

View File

@ -535,7 +535,7 @@ BEGIN
End;
CachePtr := HeapEnd; { Cache starts at end }
{$ELSE} { DPMI/WIN/NT/OS2 CODE }
{$IFNDEF PPC_DELPHI3}
{$IFNDEF PPC_FPC}
HeapError := @HeapNotify; { Set heap error proc }
{$ENDIF}
SafetyPoolSize := LowMemSize * 16; { Fix safety pool size }
@ -828,7 +828,10 @@ END.
{
$Log$
Revision 1.3 2001-08-04 19:14:33 peter
Revision 1.4 2001-08-05 23:27:54 pierre
* don't use HeapNotify for FPC
Revision 1.3 2001/08/04 19:14:33 peter
* Added Makefiles
* added FV specific units and objects from old FV