mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: error fixes; table: simplify; compiler tests
This commit is contained in:
@@ -1440,6 +1440,7 @@ fn (p mut Parser) struct_decl() ast.StructDecl {
|
||||
mut_pos: mut_pos
|
||||
pub_pos: pub_pos
|
||||
pub_mut_pos: pub_mut_pos
|
||||
is_c: is_c
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user