added some code to support module calls using module-name::function-name syntax to awk.

reorganized a few awk error code
This commit is contained in:
2012-10-20 15:58:20 +00:00
parent 3cec861547
commit 11b9829c9b
29 changed files with 670 additions and 440 deletions

View File

@ -198,7 +198,7 @@ struct qse_awk_nde_fncall_t
const qse_char_t* spec;
} arg;
qse_awk_fnc_fun_t handler;
qse_awk_fnc_impl_t handler;
} fnc;
} u;
qse_awk_nde_t* args;