Replace insert sort completely with a qsort.
2000-05-04 Christopher James Lahey <clahey@helixcode.com> * e-table-sorted-variable.c: Replace insert sort completely with a qsort. svn path=/trunk/; revision=2786
This commit is contained in:

committed by
Chris Lahey

parent
d4d70c5c3c
commit
1f89b12d0b
@ -25,6 +25,7 @@ typedef struct {
|
||||
int table_model_row_changed_id;
|
||||
int table_model_cell_changed_id;
|
||||
int sort_info_changed_id;
|
||||
int sort_idle_id;
|
||||
} ETableSortedVariable;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user