mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-09 00:18:22 +08:00
Removing radix sort debug.
This commit is contained in:
parent
68a4956839
commit
ae4355c6ce
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ static const char *commandBlacklist[] = {
|
||||||
"ls ", "pwd ", "cd ", "cd .. ", "hh ", "mc "
|
"ls ", "pwd ", "cd ", "cd .. ", "hh ", "mc "
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DEBUG_RADIX
|
|
||||||
#ifdef DEBUG_RADIX
|
#ifdef DEBUG_RADIX
|
||||||
#define DEBUG_RADIXSORT() radixsort_stat(&rs, false); exit(0)
|
#define DEBUG_RADIXSORT() radixsort_stat(&rs, false); exit(0)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue