mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
memory: clean up all arrays in the V compiler
This commit is contained in:
@ -66,6 +66,7 @@ mut:
|
||||
attr string // [json] etc
|
||||
is_mut bool
|
||||
is_alloc bool
|
||||
is_returned bool
|
||||
ptr bool
|
||||
ref bool
|
||||
parent_fn string // Variables can only be defined in functions
|
||||
|
Reference in New Issue
Block a user