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:
Christopher James Lahey
2000-05-04 01:36:06 +00:00
committed by Chris Lahey
parent d4d70c5c3c
commit 1f89b12d0b
5 changed files with 134 additions and 157 deletions

View File

@ -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 {