1
0
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:
Ivan Greene
2019-06-22 23:34:41 -05:00
committed by Alex Medvednikov
parent 1152180a71
commit 6c6be7acaa
2 changed files with 7 additions and 9 deletions

View File

@@ -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