* made result type of calculate_release_sig() a longword instead of a

longint
This commit is contained in:
Jonas Maebe 2002-09-09 15:45:49 +00:00
parent 775b065d70
commit 242a9f8937

View File

@ -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
} }