增加dup_func。

This commit is contained in:
zhengchao
2018-11-07 21:04:22 +08:00
parent 4097887e4c
commit cb26379ad4
3 changed files with 17 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ struct compile_ex_data_idx
{
Maat_rule_EX_new_func_t *new_func;
Maat_rule_EX_free_func_t* free_func;
Maat_rule_EX_dup_func_t* dup_func;
long argl;
void *argp;
int idx;