mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
uses heaptrc need for extrainfo with heaptrc
This commit is contained in:
parent
7c504e55c2
commit
03a6c52d60
@ -734,6 +734,11 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$ifdef heaptrc}
|
||||||
|
uses
|
||||||
|
ppheap;
|
||||||
|
{$endif heaptrc}
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
Helpers
|
Helpers
|
||||||
*****************************************************************************}
|
*****************************************************************************}
|
||||||
@ -916,7 +921,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 1999-05-12 00:19:51 peter
|
Revision 1.4 1999-05-17 14:33:50 pierre
|
||||||
|
uses heaptrc need for extrainfo with heaptrc
|
||||||
|
|
||||||
|
Revision 1.3 1999/05/12 00:19:51 peter
|
||||||
* removed R_DEFAULT_SEG
|
* removed R_DEFAULT_SEG
|
||||||
* uniform float names
|
* uniform float names
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user