mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
generics, vweb, comptime codegen, etc
This commit is contained in:
@ -179,7 +179,7 @@ fn (v mut V) compile() {
|
||||
p.parse()
|
||||
}
|
||||
// Main pass
|
||||
cgen.run = Pass.main
|
||||
cgen.pass = Pass.main
|
||||
if v.pref.is_play {
|
||||
cgen.genln('#define VPLAY (1) ')
|
||||
}
|
||||
|
Reference in New Issue
Block a user