]> mj.ucw.cz Git - libucw.git/blobdiff - lib/arraysort.h
gettid: fixed a compilation bug on gentoo
[libucw.git] / lib / arraysort.h
index 250a84cc72db90a69f6a550341151f6a2aa5f338..d5a9c787d3279643f7df1c5edfb3a52f95fee29a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Universal Array Sorter
+ *     UCW Library -- Universal Array Sorter
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
@@ -166,7 +166,7 @@ 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_LT
 #undef ASORT_SWAP