X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Farray-simple.h;h=aa9b7806e49fdb49ab8cad3ed4d58fecfcc6d127;hb=6912c77a66798de162fe31f79581cd7b5c97f12c;hp=393ebd9315219c78c31e01632fb2e3d34676bce6;hpb=75aef35d7e88770e461f8f683f970192012583e3;p=libucw.git diff --git a/ucw/sorter/array-simple.h b/ucw/sorter/array-simple.h index 393ebd93..aa9b7806 100644 --- a/ucw/sorter/array-simple.h +++ b/ucw/sorter/array-simple.h @@ -27,15 +27,15 @@ * ASORT_KEY_TYPE [*] data type of a single array entry key * ASORT_ELT(i) returns the key of i-th element; if this macro is not * defined, the function gets a pointer to an array to be sorted - * ASORT_LT(x,y) x < y for ASORT_TYPE (default: "x