Commit 13f7d3a1 by Josef Zlomek Committed by Josef Zlomek

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
parent c55a59cc
2003-09-06 Josef Zlomek <zlomekj@suse.cz>
* fibheap.c (fibheap_replace_key_data): Change type of OKEY to
FIBHEAPKEY_T.
2003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2003-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR bootstrap/12100 PR bootstrap/12100
......
...@@ -218,7 +218,7 @@ fibheap_replace_key_data (heap, node, key, data) ...@@ -218,7 +218,7 @@ fibheap_replace_key_data (heap, node, key, data)
void *data; void *data;
{ {
void *odata; void *odata;
int okey; fibheapkey_t okey;
fibnode_t y; fibnode_t y;
/* If we wanted to, we could actually do a real increase by redeleting and /* If we wanted to, we could actually do a real increase by redeleting and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment