implemented call-by-reference parameters of normal awk functions partially. it has yet to be refined further
This commit is contained in:
@ -206,6 +206,7 @@ struct qse_awk_nde_fncall_t
|
||||
struct
|
||||
{
|
||||
qse_cstr_t name;
|
||||
qse_awk_fun_t* fun; /* cache it */
|
||||
} fun;
|
||||
|
||||
/* minimum information of a intrinsic function
|
||||
|
Reference in New Issue
Block a user