mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
runtime: nr_cpus()
This commit is contained in:
parent
a280e98d7f
commit
52c2fa44b8
6 changed files with 24 additions and 5 deletions
|
@ -31,7 +31,6 @@ struct VargAccess {
|
|||
index int
|
||||
}
|
||||
|
||||
/*
|
||||
enum NameCategory {
|
||||
constant
|
||||
mod
|
||||
|
@ -41,8 +40,8 @@ enum NameCategory {
|
|||
|
||||
struct Name {
|
||||
cat NameCategory
|
||||
idx int // e.g. typ := types[name.idx]
|
||||
}
|
||||
*/
|
||||
|
||||
struct GenTable {
|
||||
fn_name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue