diff options
Diffstat (limited to 'types.c')
-rw-r--r-- | types.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1331,6 +1331,7 @@ static bool types_expr(Typer *tr, Expression *e) { arg_exprs[i].type = table_index_type.tuple[i+1] = param_types[i] = param->type; arg_exprs[i].val = table_index.tuple[i+1] = param->val; params_set[i] = true; + ++i; continue; } assert(param->flags & DECL_HAS_EXPR); |