updated code to support the radixed number with 'r'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-24 19:41:42 +09:00
parent 4651fadcea
commit 2abda37861
8 changed files with 207 additions and 90 deletions

View File

@ -813,6 +813,9 @@ struct hcl_flx_pn_t
/* state data */
int fpdec;
int radix;
int radix_cand_overflown;
hcl_oow_t radix_cand;
hcl_tok_type_t tok_type;
hcl_oow_t digit_count[2];
hcl_ooch_t start_digit;
};