sort: merge_queue -> queue
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2010 23:39:50 +0000 (15:39 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Dec 2010 07:43:31 +0000 (23:43 -0800)
commitcd00fa6ee1299c048ce2bda9274cde289bc70bc3
tree96304e6babc5fa86c430bbdd76aecda6f55ec58c
parentfb282c7b30ae88ecd73936d035230489e59ae5dd
sort: merge_queue -> queue

* src/sort.c (struct thread_args, sortlines_thread, sortlines, sort):
Rename "merge_queue" to "queue", for consistency with other functions
that just use the name "queue" for these things.
src/sort.c