improved file inclusion for the feed-based reader

This commit is contained in:
2022-07-28 14:20:28 +00:00
parent 2543b0d634
commit 51c3145b88
2 changed files with 21 additions and 6 deletions

View File

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