diff options
author | zlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-06 05:28:03 +0000 |
---|---|---|
committer | zlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-06 05:28:03 +0000 |
commit | 76b64c1c70f60d8cb4c33b803f1cc15cdd76c363 (patch) | |
tree | 9ab4bff401a7f29edf8f5ccf22a498757a694016 /libiberty/fibheap.c | |
parent | b62f104a7d11ee501f7557a21e298df944bd4629 (diff) | |
download | gcc-76b64c1c70f60d8cb4c33b803f1cc15cdd76c363.tar.gz |
* fibheap.c (fibheap_replace_key_data): Change type of OKEY to
FIBHEAPKEY_T.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71129 138bc75d-0d04-0410-961f-82ee72b054a4
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 36062d451a2..bcecf80251f 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 |