diff options
author | Josef Zlomek <zlomekj@suse.cz> | 2003-09-06 07:28:03 +0200 |
---|---|---|
committer | Josef Zlomek <zlomek@gcc.gnu.org> | 2003-09-06 05:28:03 +0000 |
commit | 13f7d3a1c0fea5ef96f2c89ec96dad1f2e59b330 (patch) | |
tree | 9ab4bff401a7f29edf8f5ccf22a498757a694016 /libiberty/fibheap.c | |
parent | c55a59cc63a85766588af346a970ca3116c82155 (diff) | |
download | gcc-13f7d3a1c0fea5ef96f2c89ec96dad1f2e59b330.zip gcc-13f7d3a1c0fea5ef96f2c89ec96dad1f2e59b330.tar.gz gcc-13f7d3a1c0fea5ef96f2c89ec96dad1f2e59b330.tar.bz2 |
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
Diffstat (limited to 'libiberty/fibheap.c')
-rw-r--r-- | libiberty/fibheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/fibheap.c b/libiberty/fibheap.c index 36062d4..bcecf80 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 |