enhanced qse_awk_flt_t handling
This commit is contained in:
@ -345,7 +345,7 @@ static int print_expr (qse_awk_t* awk, qse_awk_nde_t* nde)
|
||||
|
||||
qse_strxfmt (
|
||||
buf, QSE_COUNTOF(buf),
|
||||
#if defined(QSE_AWK_USE_FLTMAX_T)
|
||||
#if defined(QSE_USE_AWK_FLTMAX)
|
||||
QSE_T("%jf"),
|
||||
#else
|
||||
QSE_T("%zf"),
|
||||
|
Reference in New Issue
Block a user