coding include file handling in the feed-based reader

This commit is contained in:
2022-07-28 14:07:18 +00:00
parent aab704ac4b
commit 2543b0d634
4 changed files with 466 additions and 340 deletions

View File

@ -632,6 +632,7 @@ struct hcl_frd_t
int level;
int array_level;
int flagv;
int expect_include_file;
hcl_cnode_t* obj;
};