questions
FossilOrigin-Name: 7143b9342fd901ee83e6004fe84e99303cd87b3fb717ef4ac6f7a8d49af5f4d4
This commit is contained in:
@ -68,10 +68,10 @@ static void mavl_merge0(mavl_t m, mavl_t t ,struct mavlnode * n)
|
||||
*
|
||||
*
|
||||
*/
|
||||
void mavl_merge(mavl_t m, mavl_t t)
|
||||
void mavl_merge(mavl_t target, mavl_t source)
|
||||
{
|
||||
mavl_merge0(m,t,t->root);
|
||||
t->root=NULL;
|
||||
mavl_merge0(target,source,source->root);
|
||||
source->root=NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user