mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:50:49 +02:00
* made result type of calculate_release_sig() a longword instead of a
longint
This commit is contained in:
parent
775b065d70
commit
242a9f8937
@ -197,7 +197,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$ifdef EXTRA}
|
{$ifdef EXTRA}
|
||||||
Function calculate_release_sig(p : pheap_mem_info) : longint;
|
Function calculate_release_sig(p : pheap_mem_info) : longword;
|
||||||
var
|
var
|
||||||
crc : longword;
|
crc : longword;
|
||||||
pl : plongint;
|
pl : plongint;
|
||||||
@ -1145,7 +1145,11 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 2002-09-07 15:07:45 peter
|
Revision 1.18 2002-09-09 15:45:49 jonas
|
||||||
|
* made result type of calculate_release_sig() a longword instead of a
|
||||||
|
longint
|
||||||
|
|
||||||
|
Revision 1.17 2002/09/07 15:07:45 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user