mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
* heapblocks for >0.99.5
This commit is contained in:
parent
2fefd65557
commit
5dce7ad29a
@ -220,13 +220,9 @@ end;
|
||||
begin
|
||||
oldexit:=exitproc;
|
||||
exitproc:=@myexit;
|
||||
{$ifndef VER0_99_5}
|
||||
{$ifdef linux}
|
||||
{$ifndef VER0_99_5}
|
||||
{$ifndef TP}
|
||||
heapblocks:=true;
|
||||
{$else}
|
||||
{$ifdef go32v2}
|
||||
heapblocks:=true;
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$ifdef UseOverlay}
|
||||
@ -238,7 +234,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.26 1998/08/10 15:49:40 peter
|
||||
|
Loading…
Reference in New Issue
Block a user