mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
finish the elimination of MD_PushSibling
This commit is contained in:
@@ -2166,6 +2166,14 @@ MD_PushTag(MD_Node *node, MD_Node *tag)
|
||||
}
|
||||
}
|
||||
|
||||
MD_FUNCTION_IMPL MD_Node*
|
||||
MD_MakeList(void)
|
||||
{
|
||||
MD_String8 empty = {0};
|
||||
MD_Node *result = MD_MakeNode(MD_NodeKind_List, empty, empty, 0);
|
||||
return(result);
|
||||
}
|
||||
|
||||
MD_FUNCTION_IMPL MD_Node*
|
||||
MD_PushReference(MD_Node *list, MD_Node *target)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user