]> mj.ucw.cz Git - libucw.git/blobdiff - lib/arraysort.h
enlarge MAX_ATTR_SIZE
[libucw.git] / lib / arraysort.h
index d136e07cf7c3d124d8381e60039390046d9f68ae..b47fa8c38ac5287142608e50b7ea713f43da8994 100644 (file)
@@ -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