mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 02:17:22 +08:00
79c5fcc681
This avoids spurious diagnostics when running our "bootstrap" script. * gl/modules/heap: Append colon after "License". * gl/modules/randint: Likewise. * gl/modules/randperm: Likewise. * gl/modules/randread: Likewise. Reported by Stefano Lattarini. Diagnosed by Bruno Haible.
25 lines
251 B
Plaintext
25 lines
251 B
Plaintext
Description:
|
|
Binary heap with minimal number of methods. Used in sort.
|
|
|
|
Files:
|
|
lib/heap.c
|
|
lib/heap.h
|
|
|
|
Depends-on:
|
|
stdlib-safer
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += heap.c heap.h
|
|
|
|
Include:
|
|
"heap.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Gene Auyeung
|