mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
merge from gcc
This commit is contained in:
parent
2a0e29b406
commit
aae66b9f43
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR bootstrap/12100
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user