mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Convert OS to enum
This commit is contained in:

committed by
Alex Medvednikov

parent
1152180a71
commit
6c6be7acaa
@@ -41,7 +41,7 @@ mut:
|
||||
cgen *CGen
|
||||
table *Table
|
||||
run Pass // TODO rename `run` to `pass`
|
||||
os int
|
||||
os Os
|
||||
pkg string
|
||||
inside_const bool
|
||||
expr_var Var
|
||||
|
Reference in New Issue
Block a user