mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
uses heaptrc need for extrainfo with heaptrc
This commit is contained in:
parent
7c504e55c2
commit
03a6c52d60
@ -734,6 +734,11 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$ifdef heaptrc}
|
||||
uses
|
||||
ppheap;
|
||||
{$endif heaptrc}
|
||||
|
||||
{*****************************************************************************
|
||||
Helpers
|
||||
*****************************************************************************}
|
||||
@ -916,7 +921,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$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
|
||||
* uniform float names
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user