summaryrefslogtreecommitdiff
path: root/include/fibheap.h
Commit message (Collapse)AuthorAgeFilesLines
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra2002-06-251-2/+2
| | | | | | | | | | | * 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
* dyn-string.h, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-231-4/+4
| | | | | | | * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: replace "GNU CC" with "GCC". From-SVN: r45130
* fibheap.h: Tidy formatting.Richard Henderson2001-08-211-13/+14
| | | | | | | * fibheap.h: Tidy formatting. (fibnode_t): Limit degree to 31 bits to avoid warning. From-SVN: r45088
* fibheap.h: New file.Daniel Berlin2001-08-201-0/+80
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