]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/s-fixint.h
Fixed a typo.
[libucw.git] / lib / sorter / s-fixint.h
index 972f04004e8241f8af1c7bb0427d7d4de8770609..67fd17d06a7568dcbf85d5bcdffc8a81d861f114 100644 (file)
@@ -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