more arranging functions; MD_MakeNode

This commit is contained in:
Allen Webster
2021-04-17 01:26:39 -07:00
parent a5fe806f9e
commit b915615716
7 changed files with 61 additions and 64 deletions
-1
View File
@@ -1109,7 +1109,6 @@ main:
@func MD_PushSibling: {
first: **MD_Node,
last: **MD_Node,
parent: *MD_Node,
new_sibling: *MD_Node,
};