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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user