enhanced qse_awk_flt_t handling

This commit is contained in:
2013-11-05 02:53:01 +00:00
parent ca1d1ede66
commit 2a5dd843dd
12 changed files with 95 additions and 48 deletions

View File

@ -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"),