X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2Fs-fixint.h;h=67fd17d06a7568dcbf85d5bcdffc8a81d861f114;hb=7655410e375db3119510775c544b56987ee4bbf8;hp=972f04004e8241f8af1c7bb0427d7d4de8770609;hpb=e6f42d16d3278e709f23825944598769539368e5;p=libucw.git diff --git a/lib/sorter/s-fixint.h b/lib/sorter/s-fixint.h index 972f0400..67fd17d0 100644 --- a/lib/sorter/s-fixint.h +++ b/lib/sorter/s-fixint.h @@ -28,7 +28,7 @@ static size_t P(internal_workspace)(void) { size_t workspace = 0; -#ifdef CONFIG_UNIFY +#ifdef SORT_UNIFY workspace = sizeof(P(key) *); #endif #if 0 // FIXME: Workspace for radix-sort if needed