added qse_awk_fnc_spec_t.

renamed qse_awk_mod_info_t to qse_awk_mod_spec_t
This commit is contained in:
2012-11-03 17:44:23 +00:00
parent 7557b22cb8
commit 3f99d7ac3d
17 changed files with 355 additions and 325 deletions

View File

@ -189,15 +189,7 @@ struct qse_awk_nde_fncall_t
struct
{
qse_awk_fnc_info_t info;
struct
{
qse_size_t min;
qse_size_t max;
const qse_char_t* spec;
} arg;
qse_awk_fnc_impl_t handler;
qse_awk_fnc_spec_t spec;
} fnc;
} u;
qse_awk_nde_t* args;