From bfc7a22d0674371995c21fde5463bf08edbaabe2 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 11 Oct 2019 14:40:33 -0400 Subject: stating to make returns work for out param fns --- types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.c') diff --git a/types.c b/types.c index dfda38b..8426b3b 100644 --- a/types.c +++ b/types.c @@ -927,7 +927,7 @@ static bool types_expr(Typer *tr, Expression *e) { } break; } - + e->type.flags |= TYPE_FLAG_RESOLVED; return true; } -- cgit v1.2.3