1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
hazohelet 2019-07-06 12:36:52 +09:00 committed by Alexander Medvednikov
parent 68b7ae26b3
commit 204bcee951

View File

@ -9,7 +9,7 @@ mut:
types []Type
consts []Var
fns map[string]Fn
obf_ids map[string]int // obf_ids 'myfunction'] == 23
obf_ids map[string]int // obf_ids['myfunction'] == 23
packages []string // List of all modules registered by the application
imports []string // List of all imports
flags []string // ['-framework Cocoa', '-lglfw3']