* sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 11 Jan 1999 11:34:33 +0000 (11:34 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 11 Jan 1999 11:34:33 +0000 (11:34 +0000)
commitc56cc3c85d04ed85885f674c33abe49959260336
treeefba8c34e6561eceb6f6b43fcc1e52cce380294e
parent94baa3b2ca70a46a89d4464a3647feba0bbc4ef6
* sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements
from first arg before equal elements in second arg in result.
(scm_merge_list_step): Bugfix: Don't presume that arguments in a C
function call are executed in a well defined order.
libguile/sort.c