More parsing errors.

Invalid hash directives.
Invalid tag token.
Reserved characters.
This commit is contained in:
Miguel Lechon
2021-03-13 10:01:08 +01:00
parent 2829d0923b
commit e4fbe7a81d
5 changed files with 55 additions and 45 deletions
-3
View File
@@ -405,9 +405,6 @@ struct Test
Test *next;
};
// TODO(mal): Use data table instead of smuggling depth as file_contents
#define GET_DEPTH(node) ((MD_u64)((node)->file_contents))
#define SET_DEPTH(node, v) (node)->file_contents = (MD_u8 *)(v);
static void ComputeElementDepth(MD_Node *re)
{
MD_u64 result = 0;