diff --git a/src/lpython/parser/semantics.h b/src/lpython/parser/semantics.h index 76fcbeb20a..a9b0c7cc00 100644 --- a/src/lpython/parser/semantics.h +++ b/src/lpython/parser/semantics.h @@ -336,7 +336,7 @@ static inline Vec convert_exprlist_to_withitem(Allocator &al, Vec v; v.reserve(al, expr_list.size()); for (size_t i=0; i