From: Josef Zlomek Date: Sat, 6 Sep 2003 05:28:03 +0000 (+0200) Subject: fibheap.c (fibheap_replace_key_data): Change type of OKEY to FIBHEAPKEY_T. X-Git-Tag: releases/gcc-3.4.0~3870 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13f7d3a1c0fea5ef96f2c89ec96dad1f2e59b330;p=thirdparty%2Fgcc.git fibheap.c (fibheap_replace_key_data): Change type of OKEY to FIBHEAPKEY_T. * fibheap.c (fibheap_replace_key_data): Change type of OKEY to FIBHEAPKEY_T. From-SVN: r71129 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8581dae61aaf..e702593c6066 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2003-09-06 Josef Zlomek + + * fibheap.c (fibheap_replace_key_data): Change type of OKEY to + FIBHEAPKEY_T. + 2003-09-02 John David Anglin PR bootstrap/12100 diff --git a/libiberty/fibheap.c b/libiberty/fibheap.c index 36062d451a23..bcecf80251f2 100644 --- a/libiberty/fibheap.c +++ b/libiberty/fibheap.c @@ -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