(hol_entry_cmp): Option sorting algorithm
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 Apr 2007 08:25:46 +0000 (08:25 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 Apr 2007 08:25:46 +0000 (08:25 +0000)
commitcd7da117f0ea0f176cd883d50e244ee3fa391c0e
tree71cdaa3bcc343a745464da724c522f9dcb0aebba
parentf227e78a14b99482c7b12e6f4d4b3cd96f13400e
(hol_entry_cmp): Option sorting algorithm
assumes the sorting is stable, while most qsort implementations
are not.  Use argument addresses to ensure they never compare as
equal.
lib/argp-help.c