mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 03:09:49 +02:00
* made memdebug and heaptrc compilable again
This commit is contained in:
parent
eb95f58e21
commit
f804626ea0
@ -140,6 +140,9 @@ uses
|
||||
{$else Delphi}
|
||||
dos,
|
||||
{$endif Delphi}
|
||||
{$ifdef HEAPTRC}
|
||||
fmodule,
|
||||
{$endif HEAPTRC}
|
||||
globals,systems
|
||||
;
|
||||
|
||||
@ -680,7 +683,10 @@ uses
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2000-12-25 00:07:25 peter
|
||||
Revision 1.7 2001-03-13 18:43:17 peter
|
||||
* made memdebug and heaptrc compilable again
|
||||
|
||||
Revision 1.6 2000/12/25 00:07:25 peter
|
||||
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
||||
tlinkedlist objects)
|
||||
|
||||
|
@ -46,7 +46,7 @@ implementation
|
||||
pl^:=aktfilepos.column;
|
||||
pl:=plongint(cardinal(p)+8);
|
||||
if assigned(current_module) then
|
||||
pl^:=current_module^.unit_index*100000+aktfilepos.fileindex
|
||||
pl^:=current_module.unit_index*100000+aktfilepos.fileindex
|
||||
else
|
||||
pl^:=aktfilepos.fileindex
|
||||
end;
|
||||
@ -70,7 +70,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2000-10-14 21:52:56 peter
|
||||
Revision 1.5 2001-03-13 18:43:17 peter
|
||||
* made memdebug and heaptrc compilable again
|
||||
|
||||
Revision 1.4 2000/10/14 21:52:56 peter
|
||||
* fixed memory leaks
|
||||
|
||||
Revision 1.3 2000/09/24 15:06:24 peter
|
||||
|
Loading…
Reference in New Issue
Block a user