[namespaces] Build namespaces as lists of reference nodes.

This commit is contained in:
Miguel Lechon
2021-03-29 17:51:36 +02:00
parent 230fd4043c
commit c38bc6de30
3 changed files with 49 additions and 17 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ FirstBadNodeAtPointer(MD_Node *node)
}
}
} break;
case MD_NodeKind_Namespace:
case MD_NodeKind_List:
case MD_NodeKind_Tag:
{
if(node->at != node->whole_string.str)