]> mj.ucw.cz Git - libucw.git/commitdiff
MJ has forgotten to add ASORT_EXTRA_ARGS at the end of the sort procedure
authorRobert Spalek <robert@ucw.cz>
Mon, 13 Jan 2003 10:14:15 +0000 (10:14 +0000)
committerRobert Spalek <robert@ucw.cz>
Mon, 13 Jan 2003 10:14:15 +0000 (10:14 +0000)
declaration

lib/arraysort.h

index 776051e932a21ea7e0bc0388c1cf62cdc32ac219..3f9d2a18529a8fd25cbc3c33261a3f7e6c031766 100644 (file)
@@ -53,7 +53,7 @@
 #define ASORT_EXTRA_ARGS
 #endif
 
-static void ASORT_PREFIX(sort)(uns array_size)
+static void ASORT_PREFIX(sort)(uns array_size ASORT_EXTRA_ARGS)
 {
   struct stk { int l, r; } stack[8*sizeof(uns)];
   int l, r, left, right, m;