added a build option to use qse_intmax_t for integers in awk.

made relevant changes to support the option
This commit is contained in:
2013-11-05 14:16:45 +00:00
parent 2a5dd843dd
commit ea55e0d7ee
26 changed files with 485 additions and 407 deletions

View File

@ -311,8 +311,8 @@ struct qse_awk_rtx_t
void* fs[2];
int ignorecase;
qse_long_t nr;
qse_long_t fnr;
qse_awk_int_t nr;
qse_awk_int_t fnr;
qse_xstr_t convfmt;
qse_xstr_t ofmt;