From aae66b9f4349b557b30a2533e16fdb8529f8be3e Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 6 Sep 2003 23:51:12 +0000 Subject: merge from gcc --- libiberty/fibheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/fibheap.c') 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 -- cgit v1.1