fixed the tv.wcount and tv.s.len restoration logic upon compiliation failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-21 02:24:27 +09:00
parent 759c7a029b
commit 803f9b2817
7 changed files with 166 additions and 126 deletions

View File

@ -1089,7 +1089,9 @@ static int feed_begin_include (hcl_t* hcl)
hcl_io_cciarg_t* arg;
const hcl_ooch_t* io_name;
/*hcl_logbfmt(hcl, HCL_LOG_STDERR, "adding... %js\n", TOKEN_NAME_PTR(hcl));*/
io_name = add_sr_name(hcl, TOKEN_NAME(hcl));
/*hcl_logbfmt(hcl, HCL_LOG_STDERR, "added... %js\n", io_name);*/
if (HCL_UNLIKELY(!io_name))
{
const hcl_ooch_t* orgmsg = hcl_backuperrmsg(hcl);