X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2Fs-internal.h;h=e581cecb7443b886b3c6954f9510d194051f3764;hb=1f05348cde42852d77da3457b96a33dff1600ca4;hp=3e9b55b7d5c68d8b393ccc31e359d81953b0a095;hpb=ed088bedabfba6dc0e1f48f3ba750407cf96a1b3;p=libucw.git diff --git a/lib/sorter/s-internal.h b/lib/sorter/s-internal.h index 3e9b55b7..e581cecb 100644 --- a/lib/sorter/s-internal.h +++ b/lib/sorter/s-internal.h @@ -17,7 +17,6 @@ typedef struct { #define ASORT_PREFIX(x) SORT_PREFIX(array_##x) #define ASORT_KEY_TYPE P(internal_item_t) #define ASORT_LT(x,y) (P(compare)((x).key, (y).key) < 0) -#define ASORT_PAGE_ALIGNED #ifdef SORT_INTERNAL_RADIX # define ASORT_HASH(x) P(hash)((x).key) # ifdef SORT_LONG_HASH