X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Farraysort.h;h=d5a9c787d3279643f7df1c5edfb3a52f95fee29a;hb=17f7c1f8d1fc4b921283451ea3435974862d4369;hp=d136e07cf7c3d124d8381e60039390046d9f68ae;hpb=a167ea08a93f271ec9c3f97795983c7539e065d3;p=libucw.git diff --git a/lib/arraysort.h b/lib/arraysort.h index d136e07c..d5a9c787 100644 --- a/lib/arraysort.h +++ b/lib/arraysort.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Universal Array Sorter + * UCW Library -- Universal Array Sorter * * (c) 2003 Martin Mares * @@ -166,9 +166,9 @@ static void ASORT_PREFIX(sort)(uns array_size ASORT_EXTRA_ARGS) } #undef ASORT_PREFIX -#undef ASORT_TYPE +#undef ASORT_KEY_TYPE #undef ASORT_ELT -#undef ASORT_EQ +#undef ASORT_LT #undef ASORT_SWAP #undef ASORT_THRESHOLD #undef ASORT_EXTRA_ARGS