mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +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;
|
||||
|
||||
{$ifdef EXTRA}
|
||||
Function calculate_release_sig(p : pheap_mem_info) : longint;
|
||||
Function calculate_release_sig(p : pheap_mem_info) : longword;
|
||||
var
|
||||
crc : longword;
|
||||
pl : plongint;
|
||||
@ -1145,7 +1145,11 @@ finalization
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user