mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
runtime: nr_cpus()
This commit is contained in:
parent
a280e98d7f
commit
52c2fa44b8
6 changed files with 24 additions and 5 deletions
|
@ -1686,7 +1686,7 @@ fn (p mut Parser) bterm() string {
|
|||
|
||||
// also called on *, &, @, . (enum)
|
||||
fn (p mut Parser) name_expr() string {
|
||||
//println('n')
|
||||
//println('n')
|
||||
p.has_immutable_field = false
|
||||
p.is_const_literal = false
|
||||
ph := p.cgen.add_placeholder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue