adding arena (p6)

This commit is contained in:
Allen Webster
2021-07-20 22:17:03 -07:00
parent 2953d97c53
commit a54f8b893f
6 changed files with 29 additions and 26 deletions
@@ -100,7 +100,7 @@ int main(int argument_count, char **arguments)
{
for(MD_EachNode(index_string, node->first_child))
{
MD_MapInsert(&index_table, MD_MapKeyStr(index_string->string), root);
MD_MapInsert(arena, &index_table, MD_MapKeyStr(index_string->string), root);
}
goto end_index_build;
}