touched up code for module call in awk

This commit is contained in:
2012-10-22 09:36:15 +00:00
parent ff13bf4668
commit d963a79bd2
13 changed files with 630 additions and 257 deletions

View File

@ -561,6 +561,7 @@ static pair_t* insert (
}
rbt->root->color = QSE_RBT_BLACK;
rbt->size++;
return x_new;
}
@ -680,6 +681,7 @@ pair_t* qse_rbt_cbsert (
}
rbt->root->color = QSE_RBT_BLACK;
rbt->size++;
return x_new;
}