summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/fibheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/fibheap.c')
-rw-r--r--contrib/gcc/fibheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/fibheap.c b/contrib/gcc/fibheap.c
index 36062d4..bcecf80 100644
--- a/contrib/gcc/fibheap.c
+++ b/contrib/gcc/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
OpenPOWER on IntegriCloud