Browse Source

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

Jonas Maebe 23 years ago
parent
commit
242a9f8937
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/inc/heaptrc.pp

+ 6 - 2
rtl/inc/heaptrc.pp

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