]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/array.c
Added basic threading parameters.
[libucw.git] / lib / sorter / array.c
index 65a11921074c62046023e58bc3d39884c557250b..e3cc07fbb15cfb734c9d4078125893c78eacfaa8 100644 (file)
@@ -7,7 +7,7 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include "lib/lib.h"
 #include "lib/sorter/common.h"
 
 #include "lib/lib.h"
 #include "lib/sorter/common.h"
@@ -57,6 +57,10 @@ asort_radix(struct asort_context *ctx, void *array, void *buffer, uns num_elts,
     }
 }
 
     }
 }
 
+#ifdef CONFIG_UCW_THREADS
+
+#endif
+
 void
 asort_run(struct asort_context *ctx)
 {
 void
 asort_run(struct asort_context *ctx)
 {