mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:09:18 +02:00
* heapblocks for >0.99.5
This commit is contained in:
parent
2fefd65557
commit
5dce7ad29a
@ -220,13 +220,9 @@ end;
|
|||||||
begin
|
begin
|
||||||
oldexit:=exitproc;
|
oldexit:=exitproc;
|
||||||
exitproc:=@myexit;
|
exitproc:=@myexit;
|
||||||
{$ifndef VER0_99_5}
|
{$ifndef VER0_99_5}
|
||||||
{$ifdef linux}
|
{$ifndef TP}
|
||||||
heapblocks:=true;
|
heapblocks:=true;
|
||||||
{$else}
|
|
||||||
{$ifdef go32v2}
|
|
||||||
heapblocks:=true;
|
|
||||||
{$endif}
|
|
||||||
{$endif}
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef UseOverlay}
|
{$ifdef UseOverlay}
|
||||||
@ -238,7 +234,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.27 1998-08-11 00:00:00 peter
|
Revision 1.28 1998-08-26 15:31:17 peter
|
||||||
|
* heapblocks for >0.99.5
|
||||||
|
|
||||||
|
Revision 1.27 1998/08/11 00:00:00 peter
|
||||||
* fixed dup log
|
* fixed dup log
|
||||||
|
|
||||||
Revision 1.26 1998/08/10 15:49:40 peter
|
Revision 1.26 1998/08/10 15:49:40 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user