1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: vfmt cgen.v after changes from previous commit

This commit is contained in:
joe-conigliaro 2020-12-06 18:05:17 +11:00
parent 7733834751
commit cd72c25edb
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1

View File

@ -126,7 +126,7 @@ mut:
// sum type deref needs to know which index to deref because unions take care of the correct field
aggregate_type_idx int
returned_var_name string // to detect that a var doesn't need to be freed since it's being returned
branch_parent_pos int // used in BranchStmt (continue/break) for autofree stop position
branch_parent_pos int // used in BranchStmt (continue/break) for autofree stop position
}
const (