* fibheap.c (fibheap_replace_key_data): Change type of OKEY to
authorzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2003 05:28:03 +0000 (05:28 +0000)
committerzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2003 05:28:03 +0000 (05:28 +0000)
FIBHEAPKEY_T.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71129 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/fibheap.c

index 8581dae..e702593 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-06  Josef Zlomek  <zlomekj@suse.cz>
+
+       * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
+       FIBHEAPKEY_T.
+
 2003-09-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR bootstrap/12100
index 36062d4..bcecf80 100644 (file)
@@ -218,7 +218,7 @@ fibheap_replace_key_data (heap, node, key, data)
      void *data;
 {
   void *odata;
-  int okey;
+  fibheapkey_t okey;
   fibnode_t y;
 
   /* If we wanted to, we could actually do a real increase by redeleting and