ITS#4531 temporarily go back to using quick sort instead of radix sort

This commit is contained in:
Howard Chu 2006-05-11 20:05:53 +00:00
parent 6651d19320
commit d921fcb0c9

View File

@ -1374,7 +1374,7 @@ int bdb_idl_append( ID *a, ID *b )
return 0;
}
#if 0
#if 1
/* Quicksort + Insertion sort for small arrays */