diff --git a/compiler/table.v b/compiler/table.v index 1de6cbcfb5..67f9a711e2 100644 --- a/compiler/table.v +++ b/compiler/table.v @@ -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']