bf_atof_internal should check USE_BF_DEC
macro before using bfdec_normalize_and_round
#326
Labels
bug
Something isn't working
When I tried to compile quickjs, I found there's a missing macro check in bf_atof_internal function.
quickjs/libbf.c
Line 3110 in 36911f0
bfdec_normalize_and_round
is defined underUSE_BF_DEC
flag, andbf_atof_internal
trys to access it without the same flag.The text was updated successfully, but these errors were encountered: