changed types of some variables from hcl_oow_t to hcl_ooi_t

attempted to add the builtin printf function
This commit is contained in:
2018-02-26 15:52:15 +00:00
parent b97e2da6af
commit 9c6ce5df9c
4 changed files with 680 additions and 946 deletions

View File

@ -956,7 +956,7 @@ struct hcl_t
#if defined(HCL_BUILD_DEBUG)
/* set automatically when trait is set */
int karatsuba_cutoff;
hcl_oow_t karatsuba_cutoff;
#endif
} option;