Postparser landing patch: add tree of scopes
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
typedef struct tree_header
|
||||
{
|
||||
uint8_t magic;
|
||||
uint8_t children_num;
|
||||
struct tree_header *parent;
|
||||
linked_list children;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user