mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
More parsing errors.
Invalid hash directives. Invalid tag token. Reserved characters.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user