Andreas Tobler
|
7dff81909b
|
fibheap.h (fibnode): Use __extension__ for bit-fields mark and degree if __GNUC__.
* include/fibheap.h (fibnode): Use __extension__ for
bit-fields mark and degree if __GNUC__.
From-SVN: r74836
|
2003-12-19 14:37:36 +00:00 |
|
Kazu Hirata
|
4fe5f18266
|
fibheap.h (fibnode): Use unsigned long int for bit-fields if __GNUC__ is defined.
* include/fibheap.h (fibnode): Use unsigned long int for
bit-fields if __GNUC__ is defined.
From-SVN: r74817
|
2003-12-19 03:17:40 +00:00 |
|
Alan Modra
|
8ff82b06d6
|
demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
* fibheap.h: Likewise.
* hashtab.h: Likewise.
* partition.h: Likewise.
* sort.h: Likewise.
* splay-tree.h: Likewise.
From-SVN: r54974
|
2002-06-25 09:44:15 +09:30 |
|
Lars Brinkhoff
|
88c1082bf8
|
dyn-string.h, [...]: replace "GNU CC" with "GCC".
* dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
replace "GNU CC" with "GCC".
From-SVN: r45130
|
2001-08-23 12:07:58 +00:00 |
|
Richard Henderson
|
d7a0e799d3
|
fibheap.h: Tidy formatting.
* fibheap.h: Tidy formatting.
(fibnode_t): Limit degree to 31 bits to avoid warning.
From-SVN: r45088
|
2001-08-21 18:53:38 -07:00 |
|
Daniel Berlin
|
8c23e0a440
|
fibheap.h: New file.
include/
2001-08-20 Daniel Berlin <dan@cgsoftware.com>
* fibheap.h: New file. Fibonacci heap.
libiberty/
2001-08-20 Daniel Berlin <dan@cgsoftware.com>
* fibheap.c: New file. Fibonacci heap.
* Makefile.in (CFILES): Add fibheap.c.
(REQUIRED_OFILES): Add fibheap.o.
(fibheap.o): Add dependencies for fibheap.o.
From-SVN: r45062
|
2001-08-20 20:06:07 +00:00 |
|