]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: use more-consistent style with const
authorPaul R. Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 02:24:33 +0000 (19:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Jul 2010 02:25:09 +0000 (19:25 -0700)
commit48faad374819668b483683d2c444f6b2e93a008e
tree8fed771fbb7e058f51c877bd9b5690a979d8fd23
parent01ca128807be89f7a2709e7a12e2cd1498f3d96b
sort: use more-consistent style with const

* src/sort.c (proctab_hasher, proctab_comparator, stream_open, xfopen):
(open_temp, zaptemp, struct_month_cmp, begfield, limfield):
(find_unit_order, human_numcompare, numcompare, general_numcompare):
(count_tabs, keycompare, compare, compare_nodes, lock_node):
(unlock_node, queue_destroy, queue_init, queue_insert, queue_pop):
(write_unique, mergelines_node, check_insert, update_parent):
(merge_loop, sortlines, struct thread_args, set_ordering):
Prefer the style "T const" to "const T".
* gl/lib/heap.h (struct heap, heap_alloc): Likewise.
* gl/lib/heap.c (heap_default_compare, heapify_down, heapify_up):
(heap_alloc): Likewise.
gl/lib/heap.c
gl/lib/heap.h
src/sort.c