mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* don't use HeapNotify for FPC
This commit is contained in:
parent
f9db36c0df
commit
21f6c17cf4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user