From: Martin Mares Date: Sat, 25 Aug 2007 10:43:56 +0000 (+0200) Subject: Fixed a typo. X-Git-Tag: holmes-import~506^2~13^2~89 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=99d274d0c99bcf00bc96af0d1e3ceff05c645a28;p=libucw.git Fixed a typo. --- 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