mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen/parser: fix unions
This commit is contained in:
@@ -540,6 +540,7 @@ pub struct Struct {
|
||||
pub mut:
|
||||
fields []Field
|
||||
is_typedef bool // C. [typedef]
|
||||
is_union bool
|
||||
}
|
||||
|
||||
pub struct Enum {
|
||||
|
||||
Reference in New Issue
Block a user